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

Unified Diff: chrome/browser/browser_process_impl.h

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/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/browser_process.h ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698