Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: services/shell/public/cpp/lib/initialize_base_and_icu.cc

Issue 2054593002: Remove MaxSharedMemorySize() function from SysInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | services/shell/runner/host/child_process_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/lib/initialize_base_and_icu.cc
diff --git a/services/shell/public/cpp/lib/initialize_base_and_icu.cc b/services/shell/public/cpp/lib/initialize_base_and_icu.cc
index b910f0feea01e68cdf17d0f76fb748dbe97b6bf9..7c50d4977e0755861f2c16d43b6d315d0121f5da 100644
--- a/services/shell/public/cpp/lib/initialize_base_and_icu.cc
+++ b/services/shell/public/cpp/lib/initialize_base_and_icu.cc
@@ -31,9 +31,6 @@ InitializeBase(const uint8_t* icu_data) {
base::RandUint64();
base::SysInfo::AmountOfPhysicalMemory();
base::SysInfo::NumberOfProcessors();
-#if defined(OS_POSIX) && !defined(OS_MACOSX)
- base::SysInfo::MaxSharedMemorySize();
-#endif
#if ICU_UTIL_DATA_IMPL == ICU_UTIL_DATA_FILE
// Initialize core ICU. We must perform the full initialization before we
« no previous file with comments | « content/zygote/zygote_main_linux.cc ('k') | services/shell/runner/host/child_process_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698