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

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

Issue 2378073002: Reland of ServiceWorker: Implement StartWorker by using mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 @@
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