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

Unified Diff: chrome/browser/browser_process.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 | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index f5e54b81a68dbdd036688818019aa724b592e20a..77d0e9c0c3936d17f13ae2441fb21e1148c06802 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -69,6 +69,9 @@ class URLRequestContextGetter;
namespace policy {
class BrowserPolicyConnector;
+#if defined(OS_CHROMEOS)
+class DevicePolicyChangeWatcher;
+#endif
class PolicyService;
}
@@ -219,6 +222,10 @@ class BrowserProcess {
virtual chrome::MediaFileSystemRegistry* media_file_system_registry() = 0;
+#if defined(OS_CHROMEOS)
+ virtual policy::DevicePolicyChangeWatcher* device_policy_change_watcher() = 0;
+#endif
+
virtual void PlatformSpecificCommandLineProcessing(
const CommandLine& command_line) = 0;
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698