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

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

Issue 2619883004: Remove --disable-mojo-service-worker (Closed)
Patch Set: Rebase Created 3 years, 11 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
« no previous file with comments | « content/public/common/content_switches.h ('k') | third_party/WebKit/LayoutTests/LeakExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index c1af1186bba2fa567ab7c36d3b515ca40913b0aa..8c82dc6675008a64e97daee31110afd37bd13645 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -661,9 +661,6 @@ const char kMHTMLSkipNostoreAll[] = "skip-nostore-all";
// Use a Mojo-based LocalStorage implementation.
const char kMojoLocalStorage[] = "mojo-local-storage";
-// 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.
const char kMuteAudio[] = "mute-audio";
« no previous file with comments | « content/public/common/content_switches.h ('k') | third_party/WebKit/LayoutTests/LeakExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698