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

Unified Diff: content/browser/worker_host/worker_process_host.cc

Issue 11778016: net: Stop using base::WorkerPool from UploadFileElementReader (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: _ Created 7 years, 11 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
Index: content/browser/worker_host/worker_process_host.cc
diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
index eaf34fafac8f06b050c7e9ead1ebab4d6e0f2e28..7c88ba39ca6118b939a9e7f65afdd3070e5a7551 100644
--- a/content/browser/worker_host/worker_process_host.cc
+++ b/content/browser/worker_host/worker_process_host.cc
@@ -218,6 +218,7 @@ void WorkerProcessHost::CreateMessageFilters(int render_process_id) {
process_->GetData().id, PROCESS_TYPE_WORKER, resource_context_,
partition_.appcache_service(),
blob_storage_context,
+ partition_.filesystem_context(),
new URLRequestContextSelector(url_request_context,
media_url_request_context));
process_->GetHost()->AddFilter(resource_message_filter);

Powered by Google App Engine
This is Rietveld 408576698