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

Unified Diff: chrome/test/base/testing_browser_process_platform_part.cc

Issue 14951007: Refactor BrowserProcessPlatformPart. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ios? Created 7 years, 7 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: chrome/test/base/testing_browser_process_platform_part.cc
diff --git a/chrome/test/base/testing_browser_process_platform_part.cc b/chrome/test/base/testing_browser_process_platform_part.cc
index cc69987fc7d0ace98e07b40e1b086c732087539a..ae9eb19da4768e1bfb625e6dc624a34ab1c4daaa 100644
--- a/chrome/test/base/testing_browser_process_platform_part.cc
+++ b/chrome/test/base/testing_browser_process_platform_part.cc
@@ -9,3 +9,10 @@ TestingBrowserProcessPlatformPart::TestingBrowserProcessPlatformPart() {
TestingBrowserProcessPlatformPart::~TestingBrowserProcessPlatformPart() {
}
+
+#if defined(OS_CHROMEOS)
+chromeos::OomPriorityManager*
+ TestingBrowserProcessPlatformPart::oom_priority_manager() {
+ return NULL;
+}
+#endif

Powered by Google App Engine
This is Rietveld 408576698