Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index 3b28dc4a4287ab230aaca76feb3979f2bf22bd68..efd292ad73ca9c47199641b7519db75d569708b3 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -130,6 +130,10 @@ class BrowserProcessImpl : public BrowserProcess, |
virtual BookmarkPromptController* bookmark_prompt_controller() OVERRIDE; |
virtual chrome::MediaFileSystemRegistry* |
media_file_system_registry() OVERRIDE; |
+#if defined(OS_CHROMEOS) |
+ virtual policy::DevicePolicyChangeWatcher* |
+ device_policy_change_watcher() OVERRIDE; |
+#endif |
virtual void PlatformSpecificCommandLineProcessing( |
const CommandLine& command_line) OVERRIDE; |
@@ -204,6 +208,10 @@ class BrowserProcessImpl : public BrowserProcess, |
scoped_ptr<chrome::MediaFileSystemRegistry> media_file_system_registry_; |
+#if defined(OS_CHROMEOS) |
+ scoped_ptr<policy::DevicePolicyChangeWatcher> device_policy_change_watcher_; |
+#endif |
+ |
scoped_refptr<printing::PrintPreviewDialogController> |
print_preview_dialog_controller_; |