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

Unified Diff: chrome/test/testing_profile.h

Issue 258008: Move initialization of ChromeURLRequestContexts to the IO thread. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync again, just in case Created 11 years, 2 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/common/chrome_plugin_unittest.cc ('k') | net/proxy/proxy_config_service_fixed.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_profile.h
===================================================================
--- chrome/test/testing_profile.h (revision 29872)
+++ chrome/test/testing_profile.h (working copy)
@@ -74,7 +74,6 @@
virtual void DestroyOffTheRecordProfile() {}
virtual Profile* GetOriginalProfile() { return this; }
- virtual ChromeAppCacheService* GetAppCacheService() { return NULL; }
virtual VisitedLinkMaster* GetVisitedLinkMaster() { return NULL; }
virtual ExtensionsService* GetExtensionsService() { return NULL; }
virtual UserScriptMaster* GetUserScriptMaster() { return NULL; }
@@ -131,9 +130,11 @@
InitThemes();
return theme_provider_.get();
}
- virtual URLRequestContext* GetRequestContext() { return NULL; }
- virtual URLRequestContext* GetRequestContextForMedia() { return NULL; }
- virtual URLRequestContext* GetRequestContextForExtensions() { return NULL; }
+ virtual URLRequestContextGetter* GetRequestContext() { return NULL; }
+ virtual URLRequestContextGetter* GetRequestContextForMedia() { return NULL; }
+ virtual URLRequestContextGetter* GetRequestContextForExtensions() {
+ return NULL;
+ }
virtual net::SSLConfigService* GetSSLConfigService() { return NULL; }
virtual Blacklist* GetBlacklist() { return NULL; }
void set_session_service(SessionService* session_service) {
« no previous file with comments | « chrome/common/chrome_plugin_unittest.cc ('k') | net/proxy/proxy_config_service_fixed.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698