| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 0e43623da575f0e707d9f64499e97b61ac94d36d..972b559815d0e4e0b4d94b6e7e4fe38fafa6c9a1 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -647,8 +647,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.
|
|
|