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

Unified Diff: chrome/common/appcache/chrome_appcache_service.h

Issue 195077: Tell the AppCacheService which request context to use when fetching resources... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/profile.cc ('k') | webkit/appcache/appcache_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/appcache/chrome_appcache_service.h
===================================================================
--- chrome/common/appcache/chrome_appcache_service.h (revision 26234)
+++ chrome/common/appcache/chrome_appcache_service.h (working copy)
@@ -33,8 +33,10 @@
}
void InitializeOnUIThread(const FilePath& data_directory,
+ URLRequestContext* request_context,
bool is_incognito) {
DCHECK(ChromeThread::CurrentlyOn(ChromeThread::UI));
+ set_request_context(request_context);
// Some test cases run without an IO thread.
MessageLoop* io_thread = ChromeThread::GetMessageLoop(ChromeThread::IO);
« no previous file with comments | « chrome/browser/profile.cc ('k') | webkit/appcache/appcache_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698