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

Unified Diff: trunk/src/chrome/browser/profiles/profile.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/chrome/browser/profiles/profile.h
===================================================================
--- trunk/src/chrome/browser/profiles/profile.h (revision 219785)
+++ trunk/src/chrome/browser/profiles/profile.h (working copy)
@@ -230,6 +230,10 @@
// Returns the main request context.
virtual net::URLRequestContextGetter* GetRequestContext() = 0;
+ // Returns the request context used for extension-related requests. This
+ // is only used for a separate cookie store currently.
+ virtual net::URLRequestContextGetter* GetRequestContextForExtensions() = 0;
+
// Returns the SSLConfigService for this profile.
virtual net::SSLConfigService* GetSSLConfigService() = 0;
« no previous file with comments | « trunk/src/chrome/browser/profiles/off_the_record_profile_io_data.cc ('k') | trunk/src/chrome/browser/profiles/profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698