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

Unified Diff: chromecast/browser/cast_memory_pressure_monitor.h

Issue 2874553004: Remove memory_pressure component. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « chrome/chrome_watcher/DEPS ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/browser/cast_memory_pressure_monitor.h
diff --git a/chromecast/browser/cast_memory_pressure_monitor.h b/chromecast/browser/cast_memory_pressure_monitor.h
index 9d45cbf28d971061ff4f48b3ad046ad012b5b6fb..6271e5f426859e1596079314711255e90634f1ed 100644
--- a/chromecast/browser/cast_memory_pressure_monitor.h
+++ b/chromecast/browser/cast_memory_pressure_monitor.h
@@ -13,8 +13,6 @@ namespace chromecast {
// Memory pressure monitor for Cast: polls for current memory
// usage periodically and sends memory pressure notifications.
-// TODO(halliwell): switch to //components/memory_pressure when that's
-// ready.
class CastMemoryPressureMonitor : public base::MemoryPressureMonitor {
public:
CastMemoryPressureMonitor();
« no previous file with comments | « chrome/chrome_watcher/DEPS ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698