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

Unified Diff: content/common/service_worker/embedded_worker_start_params.cc

Issue 2227593002: ServiceWorker: Implement StartWorker by using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added EmbeddedWorkerInstanceClient as an interface Created 4 years, 3 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/common/service_worker/embedded_worker_start_params.cc
diff --git a/content/public/browser/resource_throttle.cc b/content/common/service_worker/embedded_worker_start_params.cc
similarity index 61%
copy from content/public/browser/resource_throttle.cc
copy to content/common/service_worker/embedded_worker_start_params.cc
index 88a89a8025de908b015ffceb2dd0b271757b8980..93f62ff035e8e1a0a121d46957f0a0a7fddaa81d 100644
--- a/content/public/browser/resource_throttle.cc
+++ b/content/common/service_worker/embedded_worker_start_params.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/resource_throttle.h"
+#include "content/common/service_worker/embedded_worker_start_params.h"
namespace content {
-bool ResourceThrottle::MustProcessResponseBeforeReadingBody() {
- return false;
-}
+EmbeddedWorkerStartParams::EmbeddedWorkerStartParams() {}
} // namespace content
« no previous file with comments | « content/common/service_worker/embedded_worker_start_params.h ('k') | content/common/service_worker/service_worker_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698