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

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

Issue 2466883002: Add TabLoaderTest (Closed)
Patch Set: Address on reviews Created 4 years, 1 month 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 682f1ba628142c1a9a001c14a97179a1c8b5c3a9..77c21628e02bc29c0a2e5b77c602c2990096b115 100644
--- a/content/browser/memory/memory_coordinator.h
+++ b/content/browser/memory/memory_coordinator.h
@@ -29,8 +29,6 @@ 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