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

Unified Diff: content/browser/service_worker/embedded_worker_test_helper.cc

Issue 992353003: Decouple Cache Storage messaging from Service Worker/Embedded Worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 9 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/service_worker/embedded_worker_test_helper.cc
diff --git a/content/browser/service_worker/embedded_worker_test_helper.cc b/content/browser/service_worker/embedded_worker_test_helper.cc
index fbfc45490c1ae4782ac71b1c236b0e5291268262..d58ada385f42fcaab935a8080c337a63bb074211 100644
--- a/content/browser/service_worker/embedded_worker_test_helper.cc
+++ b/content/browser/service_worker/embedded_worker_test_helper.cc
@@ -27,7 +27,6 @@ EmbeddedWorkerTestHelper::EmbeddedWorkerTestHelper(int mock_render_process_id)
new MockServiceWorkerDatabaseTaskManager(
base::MessageLoopProxy::current()));
wrapper_->InitInternal(base::FilePath(),
- base::MessageLoopProxy::current(),
database_task_manager.Pass(),
base::MessageLoopProxy::current(),
NULL,

Powered by Google App Engine
This is Rietveld 408576698