| 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.
|
|
|