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

Unified Diff: content/public/test/memory_coordinator_test_utils.h

Issue 2466883002: Add TabLoaderTest (Closed)
Patch Set: (rebase) 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/test/memory_coordinator_test_utils.h
diff --git a/content/public/test/memory_coordinator_test_utils.h b/content/public/test/memory_coordinator_test_utils.h
new file mode 100644
index 0000000000000000000000000000000000000000..b575edb26a7c23ced6093c743efd87319179b253
--- /dev/null
+++ b/content/public/test/memory_coordinator_test_utils.h
@@ -0,0 +1,18 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_PUBLIC_BROWSER_MEMORY_COORDINATOR_TEST_UTILS_H_
bashi 2016/11/08 06:19:21 nit: CONTENT_PUBLIC_TEST_MEMORY_COORDINATOR_TEST_U
hajimehoshi 2016/11/08 06:24:44 Done.
+#define CONTENT_PUBLIC_BROWSER_MEMORY_COORDINATOR_TEST_UTILS_H_
+
+namespace content {
+
+// Enables the memory coordinator feature.
+void EnableMemoryCoordinatorFeaturesForTesting();
+
+// Sets up MemoryCoordinatorProxy with a regular MemoryCoordinator.
+void SetUpMemoryCoordinatorProxyForTesting();
+
+}
+
+#endif // CONTENT_PUBLIC_BROWSER_MEMORY_COORDINATOR_TEST_UTILS_H_
« no previous file with comments | « content/browser/memory/memory_coordinator_impl_unittest.cc ('k') | content/public/test/memory_coordinator_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698