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

Unified Diff: content/public/browser/memory_coordinator_delegate.h

Issue 2466883002: Add TabLoaderTest (Closed)
Patch Set: Address on sky's review 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/public/browser/memory_coordinator_delegate.h
diff --git a/content/public/browser/memory_coordinator_delegate.h b/content/public/browser/memory_coordinator_delegate.h
index 32758d964fa907e03dd97b30652e92385e700fa8..e40db7953154fc2648272185ace461d7bdc4cf23 100644
--- a/content/public/browser/memory_coordinator_delegate.h
+++ b/content/public/browser/memory_coordinator_delegate.h
@@ -9,6 +9,13 @@
namespace content {
+// Enables the memory coordinator feature. This is for testing only.
+CONTENT_EXPORT void EnableFeaturesForTesting();
bashi 2016/11/03 23:31:18 I'm a bit uneasy to put these functions under cont
hajimehoshi 2016/11/07 10:54:32 I moved them to content/public/test/. There seems
+
+// Sets up MemoryCoordinatorProxy with a regular MemoryCoordinator. This is for
+// testing only.
+CONTENT_EXPORT void SetUpMemoryCoordinatorProxyForTesting();
hajimehoshi 2016/11/02 09:34:13 chrisha: Is there a better place to put such funct
+
// A delegate class which is used by the memory coordinator.
class CONTENT_EXPORT MemoryCoordinatorDelegate {
public:

Powered by Google App Engine
This is Rietveld 408576698