Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1249)

Unified Diff: android_webview/browser/net/aw_url_request_context_getter.h

Issue 1701063002: CookieStore: Remove reference counting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@threadsafe
Patch Set: merge Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/browser/net/aw_url_request_context_getter.h
diff --git a/android_webview/browser/net/aw_url_request_context_getter.h b/android_webview/browser/net/aw_url_request_context_getter.h
index 763a45cf4f42d9a6ab2394f135a46341d8847f44..023449e9d2e3b04522eda023c4317a746ea9ce43 100644
--- a/android_webview/browser/net/aw_url_request_context_getter.h
+++ b/android_webview/browser/net/aw_url_request_context_getter.h
@@ -17,7 +17,6 @@
class PrefService;
namespace net {
-class CookieStore;
class HostResolver;
class HttpAuthHandlerFactory;
class HttpAuthPreferences;
@@ -81,7 +80,6 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter {
scoped_ptr<net::NetLog> net_log_;
scoped_ptr<net::ProxyConfigService> proxy_config_service_;
- scoped_refptr<net::CookieStore> cookie_store_;
scoped_ptr<net::URLRequestJobFactory> job_factory_;
scoped_ptr<net::HttpUserAgentSettings> http_user_agent_settings_;
// http_auth_preferences_ holds the preferences for the negotiate

Powered by Google App Engine
This is Rietveld 408576698