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

Unified Diff: content/browser/browser_main_loop.cc

Issue 897413002: Add a finch experiment for different memory pressure management strategies in ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
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
« base/chromeos/memory_pressure_observer_chromeos.cc ('K') | « chromeos/chromeos_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698