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

Unified Diff: content/browser/memory/memory_coordinator.h

Issue 2434353003: Introduce MemoryCoordinatorProxy in base (Closed)
Patch Set: Address on reviews Created 4 years, 2 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/memory/memory_coordinator.h
diff --git a/content/browser/memory/memory_coordinator.h b/content/browser/memory/memory_coordinator.h
index d9628fd1181b16ace6864e1568d7a6a451993998..35a7938197eeca4d0bfd2f549e82293240b3e0dd 100644
--- a/content/browser/memory/memory_coordinator.h
+++ b/content/browser/memory/memory_coordinator.h
@@ -29,6 +29,8 @@ class CONTENT_EXPORT MemoryCoordinator {
// Singleton factory/accessor.
static MemoryCoordinator* GetInstance();
+ static void EnableFeaturesForTesting();
+
// Starts monitoring memory usage. After calling this method, memory
// coordinator will start dispatching state changes.
virtual void Start() {}

Powered by Google App Engine
This is Rietveld 408576698