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

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

Issue 2931033005: Small fixes for Servicified SW code path (Closed)
Patch Set: . Created 3 years, 6 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 8c9b52899b3c7258a2c5e65d5e690f518127a625..8c2cd024664ce65a9c1b791e0ba855037c21e45a 100644
--- a/content/common/service_worker/service_worker_utils.h
+++ b/content/common/service_worker/service_worker_utils.h
@@ -51,6 +51,8 @@ class ServiceWorkerUtils {
CONTENT_EXPORT static bool AllOriginsMatchAndCanAccessServiceWorkers(
const std::vector<GURL>& urls);
falken 2017/06/12 01:10:36 Maybe a lightweight comment like: "Returns true if
kinuko 2017/06/12 02:16:51 Done.
+ CONTENT_EXPORT static bool IsServicificationEnabled();
+
// PlzNavigate
// Returns true if the |provider_id| was assigned by the browser process.
static bool IsBrowserAssignedProviderId(int provider_id) {

Powered by Google App Engine
This is Rietveld 408576698