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

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

Issue 23551005: Revert 219709 "Remove the Extensions URLRequestContext." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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: trunk/src/android_webview/browser/net/aw_url_request_context_getter.h
===================================================================
--- trunk/src/android_webview/browser/net/aw_url_request_context_getter.h (revision 219785)
+++ trunk/src/android_webview/browser/net/aw_url_request_context_getter.h (working copy)
@@ -28,7 +28,8 @@
class AwURLRequestContextGetter : public net::URLRequestContextGetter {
public:
- AwURLRequestContextGetter(const base::FilePath& partition_path);
+ AwURLRequestContextGetter(const base::FilePath& partition_path,
+ net::CookieStore* cookie_store);
void InitializeOnNetworkThread();
@@ -52,6 +53,7 @@
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_;

Powered by Google App Engine
This is Rietveld 408576698