| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 223d56dbde97f1ae4a72dd8f4e96428fb95b739a..2db58beaa2b0a0425b04a8a3192922f2379d6862 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -653,6 +653,9 @@ 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";
|
| +
|
| // Mutes audio sent to the audio device so it is not audible during
|
| // automated testing.
|
| const char kMuteAudio[] = "mute-audio";
|
|
|