| 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
|
|
|