| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 972b559815d0e4e0b4d94b6e7e4fe38fafa6c9a1..0e43623da575f0e707d9f64499e97b61ac94d36d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -647,8 +647,8 @@
|
| // Use a Mojo-based LocalStorage implementation.
|
| const char kMojoLocalStorage[] = "mojo-local-storage";
|
|
|
| -// Disables a Mojo-based ServiceWorker implementation.
|
| -const char kDisableMojoServiceWorker[] = "disable-mojo-service-worker";
|
| +// 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.
|
|
|