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 c16098e0606c7fc44e98733aa69bcd40030dae0d..40a839517dc29dd07b74cf66be9e8b1f14fa32f3 100644 |
--- a/android_webview/browser/net/aw_url_request_context_getter.h |
+++ b/android_webview/browser/net/aw_url_request_context_getter.h |
@@ -28,8 +28,7 @@ class AwNetworkDelegate; |
class AwURLRequestContextGetter : public net::URLRequestContextGetter { |
public: |
- AwURLRequestContextGetter(const base::FilePath& partition_path, |
- net::CookieStore* cookie_store); |
+ AwURLRequestContextGetter(const base::FilePath& partition_path); |
void InitializeOnNetworkThread(); |
@@ -53,7 +52,6 @@ class AwURLRequestContextGetter : public net::URLRequestContextGetter { |
void InitializeURLRequestContext(); |
const base::FilePath partition_path_; |
- scoped_refptr<net::CookieStore> cookie_store_; |
scoped_ptr<net::URLRequestContext> url_request_context_; |
scoped_ptr<net::ProxyConfigService> proxy_config_service_; |
scoped_ptr<net::URLRequestJobFactory> job_factory_; |