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 4fb67e8ebe54b4e7567036b3a50963101b638397..4fbbd24def9285c1d87408a6b39a53cea228b96d 100644 |
--- a/content/browser/worker_host/worker_process_host.cc |
+++ b/content/browser/worker_host/worker_process_host.cc |
@@ -203,6 +203,7 @@ bool WorkerProcessHost::Init(int render_process_id, int render_frame_id) { |
switches::kDisableFileSystem, |
switches::kDisableSeccompFilterSandbox, |
switches::kEnableExperimentalWebPlatformFeatures, |
+ switches::kEnableMemoryInfo, |
switches::kEnableServiceWorker, |
#if defined(OS_MACOSX) |
switches::kEnableSandboxLogging, |