| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 2492461c853d1053ddc2f58ebf0c95e767fab692..9db0a30075c5894d42ea53fecdf888af1c5f61af 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1646,7 +1646,6 @@
|
| switches::kDisableLocalStorage,
|
| switches::kDisableLogging,
|
| switches::kDisableMediaSuspend,
|
| - switches::kDisableMojoServiceWorker,
|
| switches::kDisableNotifications,
|
| switches::kDisableOverlayScrollbar,
|
| switches::kDisablePepper3DImageChromium,
|
| @@ -1724,6 +1723,7 @@
|
| switches::kMaxUntiledLayerHeight,
|
| switches::kMemoryMetrics,
|
| switches::kMojoLocalStorage,
|
| + switches::kMojoServiceWorker,
|
| switches::kMSEAudioBufferSizeLimit,
|
| switches::kMSEVideoBufferSizeLimit,
|
| switches::kNoReferrers,
|
|
|