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

Unified Diff: content/public/common/content_switches.cc

Issue 2477223002: Reland of Use the serviceworker with mojo by default (Closed)
Patch Set: Rebase for navigation-preload Created 4 years, 1 month 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/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index ebb3b0b92f4ae3d7e6f08f50a998d9421d42088f..ba97b3c4a9940536516a03d7d10b9730ac525e74 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -644,8 +644,8 @@ const char kMHTMLSkipNostoreAll[] = "skip-nostore-all";
// Use a Mojo-based LocalStorage implementation.
const char kMojoLocalStorage[] = "mojo-local-storage";
-// Use a Mojo-based ServiceWorker implementation.
-const char kMojoServiceWorker[] = "mojo-service-worker";
+// Disables a Mojo-based ServiceWorker implementation.
+const char kDisableMojoServiceWorker[] = "disable-mojo-service-worker";
// Mutes audio sent to the audio device so it is not audible during
// automated testing.

Powered by Google App Engine
This is Rietveld 408576698