summaryrefslogtreecommitdiffstats
path: root/base/sys_info.h
diff options
context:
space:
mode:
authordglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 03:05:49 +0000
committerdglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-01 03:05:49 +0000
commite2fc774084c2ffdc32b95fbe28ac19b5339dbb9f (patch)
tree976f1c4fee708567acc8c1b2962305ee2709d89e /base/sys_info.h
parenta01f6615a7cb6421b128904576b753230c31f1ae (diff)
downloadchromium_src-e2fc774084c2ffdc32b95fbe28ac19b5339dbb9f.zip
chromium_src-e2fc774084c2ffdc32b95fbe28ac19b5339dbb9f.tar.gz
chromium_src-e2fc774084c2ffdc32b95fbe28ac19b5339dbb9f.tar.bz2
Revert 232274 "Reland "Enable SysInfo::AmountOfPhysicalMemory to..."
Broke all linux dbg layout tests (again): http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20%28dbg%29/builds/14495 > Reland "Enable SysInfo::AmountOfPhysicalMemory to be called from within the Linux Sandbox" > > Trigger caching of SysInfo::AmountOfPhysicalMemory in PreSandboxInit() to enable > it to be called by the renderer process after the sandbox is sealed. > > BUG=312241 > > Review URL: https://codereview.chromium.org/52403002 TBR=rmcilroy@chromium.org Review URL: https://codereview.chromium.org/54923005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232282 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/sys_info.h')
-rw-r--r--base/sys_info.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/base/sys_info.h b/base/sys_info.h
index aa40cad..ba45bfc 100644
--- a/base/sys_info.h
+++ b/base/sys_info.h
@@ -75,8 +75,7 @@ class BASE_EXPORT SysInfo {
static size_t VMAllocationGranularity();
#if defined(OS_POSIX) && !defined(OS_MACOSX)
- // Returns the maximum SysV shared memory segment size, or zero if there is no
- // limit.
+ // Returns the maximum SysV shared memory segment size.
static size_t MaxSharedMemorySize();
#endif // defined(OS_POSIX) && !defined(OS_MACOSX)