Index: services/shell/runner/host/child_process_base.cc |
diff --git a/services/shell/runner/host/child_process_base.cc b/services/shell/runner/host/child_process_base.cc |
index eb798f3d788dcfd594a01e3b0428cb132323db13..b043d81178c41852873c9f24c7088c67c8feb5f1 100644 |
--- a/services/shell/runner/host/child_process_base.cc |
+++ b/services/shell/runner/host/child_process_base.cc |
@@ -38,7 +38,6 @@ std::unique_ptr<LinuxSandbox> InitializeSandbox() { |
// Warm parts of base in the copy of base in the mojo runner. |
base::RandUint64(); |
base::SysInfo::AmountOfPhysicalMemory(); |
- base::SysInfo::MaxSharedMemorySize(); |
base::SysInfo::NumberOfProcessors(); |
// TODO(erg,jln): Allowing access to all of /dev/shm/ makes it easy to |