Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 831b61e91046c0353138e5dbd163ed71cfdb4d8a..7c129129ef3ae21b3dbd881434168b02daea3ab7 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -668,6 +668,9 @@ const char kMHTMLSkipNostoreAll[] = "skip-nostore-all"; |
// Use a Mojo-based LocalStorage implementation. |
const char kMojoLocalStorage[] = "mojo-local-storage"; |
+// Use a Mojo-based ServiceWorker implimentation. |
+const char kMojoServiceWorker[] = "mojo-service-worker"; |
+ |
// Mutes audio sent to the audio device so it is not audible during |
// automated testing. |
const char kMuteAudio[] = "mute-audio"; |