mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
[chromium-style] destructors of ref-counted objects should be private
This commit is contained in:
@@ -73,7 +73,6 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
|
||||
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner,
|
||||
content::ProtocolHandlerMap* protocol_handlers,
|
||||
content::URLRequestInterceptorScopedVector protocol_interceptors);
|
||||
~URLRequestContextGetter() override;
|
||||
|
||||
// net::CookieStore::CookieChangedCallback implementation.
|
||||
void OnCookieChanged(const net::CanonicalCookie& cookie,
|
||||
@@ -90,6 +89,8 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
|
||||
void NotifyContextShutdownOnIO();
|
||||
|
||||
private:
|
||||
~URLRequestContextGetter() override;
|
||||
|
||||
Delegate* delegate_;
|
||||
|
||||
NetLog* net_log_;
|
||||
|
||||
Reference in New Issue
Block a user