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

Unified Diff: net/url_request/url_request_context.h

Issue 1239393003: Refactor main URLRequestContext creation to use URLRequestContextBuilder Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/url_request/url_request_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_request_context.h
diff --git a/net/url_request/url_request_context.h b/net/url_request/url_request_context.h
index 54bded29140cc909b8622ff6fa88124c0c876cba..ccd7ea10e11367be5af82540f649dcb3d378b7eb 100644
--- a/net/url_request/url_request_context.h
+++ b/net/url_request/url_request_context.h
@@ -41,6 +41,7 @@ class NetworkQualityEstimator;
class SdchManager;
class ProxyService;
class URLRequest;
+class URLRequestContextStorage;
class URLRequestJobFactory;
class URLRequestThrottlerManager;
@@ -54,6 +55,8 @@ class NET_EXPORT URLRequestContext
URLRequestContext();
virtual ~URLRequestContext();
+ virtual URLRequestContextStorage* storage();
+
// Copies the state from |other| into this context.
void CopyFrom(const URLRequestContext* other);
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | net/url_request/url_request_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698