| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index d0386c7572e25206271dd2b8c02bf417342407f2..4d578a270ebd2d4e81ee682039379f0de803db23 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -488,8 +488,7 @@ void BrowserMainLoop::MainMessageLoopStart() {
|
| InitializeMainThread();
|
|
|
| #if defined(OS_CHROMEOS)
|
| - if (!base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - chromeos::switches::kDisableMemoryPressureSystemChromeOS)) {
|
| + if (chromeos::switches::MemoryPressureHandlingEnabled()) {
|
| memory_pressure_observer_.reset(new base::MemoryPressureObserverChromeOS(
|
| chromeos::switches::GetMemoryPressureThresholds()));
|
| }
|
|
|