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

Unified Diff: content/common/service_worker/service_worker_utils.h

Issue 2374353002: Revert "Revert of ServiceWorker: Implement StartWorker by using mojo (patchset #1 id:1 of https://c… (Closed)
Patch Set: 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/service_worker_utils.h
diff --git a/content/common/service_worker/service_worker_utils.h b/content/common/service_worker/service_worker_utils.h
index 4ea403a3203ad5646f4ea1888f5b0271b91f33fe..b0c3cc8dee56a30e9f5e18f6427670fa62a01ef5 100644
--- a/content/common/service_worker/service_worker_utils.h
+++ b/content/common/service_worker/service_worker_utils.h
@@ -46,6 +46,8 @@ class ServiceWorkerUtils {
const GURL& pattern,
const GURL& script_url);
+ static bool IsMojoForServiceWorkerEnabled();
+
// Returns true when '--disable-web-security' flag is set. Otherwise returns
// whether the all origins of |urls| are same as the origin of |url|.
template <typename... Args>
« no previous file with comments | « content/common/service_worker/embedded_worker_start_params.cc ('k') | content/common/service_worker/service_worker_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698