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

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

Issue 16254003: WIP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_browser_process.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 4da0f54c19800ae37cf47e3ccb52be488a1f190b..69ccbae61e3e56c76415e0e74f65ca6d18572c24 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -38,6 +38,10 @@
#include "ui/message_center/message_center.h"
#endif
+#if defined(OS_CHROMEOS)
+#include "chrome/browser/policy/policy_change_watcher.h"
+#endif
+
// static
TestingBrowserProcess* TestingBrowserProcess::GetGlobal() {
return static_cast<TestingBrowserProcess*>(g_browser_process);
@@ -329,6 +333,13 @@ TestingBrowserProcess::media_file_system_registry() {
#endif
}
+#if defined(OS_CHROMEOS)
+policy::DevicePolicyChangeWatcher*
+ TestingBrowserProcess::device_policy_change_watcher() {
+ return NULL;
+}
+#endif
+
void TestingBrowserProcess::PlatformSpecificCommandLineProcessing(
const CommandLine& command_line) {
}
« no previous file with comments | « chrome/test/base/testing_browser_process.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698