| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index 503b3487f470dc6ddc78a800e41a646bcc9d4bd6..7a79ab3f2c76f4940be1aff5133046fbace668c0 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -276,6 +276,7 @@ static void PreSandboxInit() {
|
|
|
| base::SysInfo::AmountOfPhysicalMemory();
|
| base::SysInfo::MaxSharedMemorySize();
|
| + base::SysInfo::NumberOfProcessors();
|
|
|
| // ICU DateFormat class (used in base/time_format.cc) needs to get the
|
| // Olson timezone ID by accessing the zoneinfo files on disk. After
|
|
|