mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use scoped_refptr for cookie delegate
This commit is contained in:
@@ -61,7 +61,7 @@ class Cookies : public mate::TrackableObject<Cookies>,
|
||||
|
||||
private:
|
||||
net::URLRequestContextGetter* request_context_getter_;
|
||||
AtomCookieDelegate* cookie_delegate_;
|
||||
scoped_refptr<AtomCookieDelegate> cookie_delegate_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(Cookies);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user