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

Unified Diff: content/browser/resource_context_impl.cc

Issue 10197007: Change webkit/{fileapi,quota} code to use TaskRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: test fix Created 8 years, 7 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 | « content/browser/fileapi/fileapi_message_filter.cc ('k') | webkit/blob/local_file_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resource_context_impl.cc
diff --git a/content/browser/resource_context_impl.cc b/content/browser/resource_context_impl.cc
index db1baeb342e99ca8688f2e10dbbeb93f5979de55..dc90129dcd19f18454be0d0bd33adfb298b2a38c 100644
--- a/content/browser/resource_context_impl.cc
+++ b/content/browser/resource_context_impl.cc
@@ -162,8 +162,7 @@ void InitializeRequestContext(
set_protocol = job_factory->SetProtocolHandler(
chrome::kFileSystemScheme,
CreateFileSystemProtocolHandler(
- GetFileSystemContextForResourceContext(resource_context),
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE)));
+ GetFileSystemContextForResourceContext(resource_context)));
DCHECK(set_protocol);
job_factory->AddInterceptor(new DeveloperProtocolHandler(
« no previous file with comments | « content/browser/fileapi/fileapi_message_filter.cc ('k') | webkit/blob/local_file_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698