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: |