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

Unified Diff: chrome/browser/sessions/tab_loader.h

Issue 1749073002: Do V8 GC ASAP if system memory is pressured (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 years, 8 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/sessions/tab_loader.h
diff --git a/chrome/browser/sessions/tab_loader.h b/chrome/browser/sessions/tab_loader.h
index 8a064481fef0a872f78809cb9ff59cac4051d5c4..cb9da98d6956a4a5f8f92540216083befaf7ea28 100644
--- a/chrome/browser/sessions/tab_loader.h
+++ b/chrome/browser/sessions/tab_loader.h
@@ -115,7 +115,7 @@ class TabLoader : public content::NotificationObserver,
// Listens for system under memory pressure notifications and stops loading
// of tabs when we start running out of memory.
- base::MemoryPressureListener memory_pressure_listener_;
+ base::MemoryPressureListener* memory_pressure_listener_;
content::NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698