| Index: content/browser/worker_host/worker_process_host.cc
|
| diff --git a/content/browser/worker_host/worker_process_host.cc b/content/browser/worker_host/worker_process_host.cc
|
| index f81baf9c152726e0ae8d0121edbf211a6e2e0ce5..4cd7423df61663d02f285ddd84b0b0bf434e7063 100644
|
| --- a/content/browser/worker_host/worker_process_host.cc
|
| +++ b/content/browser/worker_host/worker_process_host.cc
|
| @@ -204,6 +204,7 @@ bool WorkerProcessHost::Init(int render_process_id, int render_frame_id) {
|
| switches::kDisableFileSystem,
|
| switches::kDisableSeccompFilterSandbox,
|
| switches::kEnableExperimentalWebPlatformFeatures,
|
| + switches::kEnableSharedWorkerMemoryInfo,
|
| switches::kEnableServiceWorker,
|
| #if defined(OS_MACOSX)
|
| switches::kEnableSandboxLogging,
|
|
|