summaryrefslogtreecommitdiffstats
path: root/chrome/common/appcache/chrome_appcache_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/appcache/chrome_appcache_service.h')
-rw-r--r--chrome/common/appcache/chrome_appcache_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/appcache/chrome_appcache_service.h b/chrome/common/appcache/chrome_appcache_service.h
index 63736da..3dd6082 100644
--- a/chrome/common/appcache/chrome_appcache_service.h
+++ b/chrome/common/appcache/chrome_appcache_service.h
@@ -33,8 +33,10 @@ class ChromeAppCacheService
}
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);