| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index f72c3960d34c985039014b057a46c9652657b41f..147ac26c9940c9a027330a7fdb205baf54b6a3da 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -671,6 +671,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";
|
|
|