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

Unified Diff: chrome/browser/browser_process_platform_part_chromeos.h

Issue 1045433002: Migrate ChromeOS to base::MemoryPressureMonitor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup/fixes Created 5 years, 9 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: chrome/browser/browser_process_platform_part_chromeos.h
diff --git a/chrome/browser/browser_process_platform_part_chromeos.h b/chrome/browser/browser_process_platform_part_chromeos.h
index 6012af98c7321305d642e27ce6bd475032bdc3dd..ac14bab5d53b44eeeded3d42729efab148c3250d 100644
--- a/chrome/browser/browser_process_platform_part_chromeos.h
+++ b/chrome/browser/browser_process_platform_part_chromeos.h
@@ -38,6 +38,7 @@ namespace session_manager {
class SessionManager;
}
+class MemoryPressureMonitorChromeOS;
class Profile;
class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase,
@@ -107,6 +108,7 @@ class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase,
bool created_profile_helper_;
scoped_ptr<chromeos::ProfileHelper> profile_helper_;
+ scoped_ptr<MemoryPressureMonitorChromeOS> memory_pressure_monitor_;
scoped_ptr<chromeos::OomPriorityManager> oom_priority_manager_;
scoped_ptr<chromeos::system::AutomaticRebootManager>

Powered by Google App Engine
This is Rietveld 408576698