Index: trunk/src/content/zygote/zygote_main_linux.cc |
=================================================================== |
--- trunk/src/content/zygote/zygote_main_linux.cc (revision 231623) |
+++ trunk/src/content/zygote/zygote_main_linux.cc (working copy) |
@@ -274,7 +274,6 @@ |
static void PreSandboxInit() { |
base::RandUint64(); |
- base::SysInfo::AmountOfPhysicalMemory(); |
base::SysInfo::MaxSharedMemorySize(); |
// ICU DateFormat class (used in base/time_format.cc) needs to get the |