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

Unified Diff: content/browser/storage_partition_impl_map.cc

Issue 2133083002: Remove all remaining traces of MessageLoopProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/storage_partition_impl.cc ('k') | content/browser/storage_partition_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/storage_partition_impl_map.cc
diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
index ba0c00561bcdc2bf41976a887a66698cf6a1c042..ae72484baa8bb20a79a4d7abe761e0ea4461db46 100644
--- a/content/browser/storage_partition_impl_map.cc
+++ b/content/browser/storage_partition_impl_map.cc
@@ -82,10 +82,8 @@ class BlobProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
// the main thread but we want blob_protocol_handler_ constructed
// on the IO thread.
blob_protocol_handler_.reset(new storage::BlobProtocolHandler(
- blob_storage_context_->context(),
- file_system_context_.get(),
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE)
- .get()));
+ blob_storage_context_->context(), file_system_context_.get(),
+ BrowserThread::GetTaskRunnerForThread(BrowserThread::FILE).get()));
}
return blob_protocol_handler_->MaybeCreateJob(request, network_delegate);
}
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/browser/storage_partition_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698