Chromium Code Reviews| Index: content/browser/browser_main_loop.cc | 
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc | 
| index 402a7c3d006434545b7181c28c5b38867e17a750..374dd06d7a0e646eabad356bc2ec4a705d0a0daf 100644 | 
| --- a/content/browser/browser_main_loop.cc | 
| +++ b/content/browser/browser_main_loop.cc | 
| @@ -491,7 +491,7 @@ void BrowserMainLoop::MainMessageLoopStart() { | 
| if (!base::CommandLine::ForCurrentProcess()->HasSwitch( | 
| chromeos::switches::kDisableMemoryPressureSystemChromeOS)) { | 
| memory_pressure_observer_.reset(new base::MemoryPressureObserverChromeOS( | 
| - chromeos::switches::GetMemoryPressureThresholds())); | 
| + base::MemoryPressureObserverChromeOS::GetMemoryPressureThresholds())); | 
| 
 
Mr4D (OOO till 08-26)
2015/02/06 03:56:35
Call the previous function to get the threshold pa
 
 | 
| } | 
| #endif |