| Index: content/zygote/zygote_main_linux.cc
|
| diff --git a/content/zygote/zygote_main_linux.cc b/content/zygote/zygote_main_linux.cc
|
| index 5dc09fa42aa005229f5afd29b52a945e240fa6c7..63a45e584c7109a8962ae1dc7724a5deb333c41d 100644
|
| --- a/content/zygote/zygote_main_linux.cc
|
| +++ b/content/zygote/zygote_main_linux.cc
|
| @@ -311,6 +311,7 @@ static void ZygotePreSandboxInit() {
|
| base::RandUint64();
|
|
|
| base::SysInfo::AmountOfPhysicalMemory();
|
| + base::SysInfo::AmountOfVirtualMemory();
|
| base::SysInfo::MaxSharedMemorySize();
|
| base::SysInfo::NumberOfProcessors();
|
|
|
|
|