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

Unified Diff: chrome/browser/browser_process.h

Issue 6979011: Move user cloud policy to BrowserProcess. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments by mnissler. Added unittest. Created 9 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') | chrome/browser/browser_process_impl.cc » ('J')
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 1bd5737892295d4009d84708559a809e2c627750..3f73585e336d6b4bb478ccb95d8653253b8c5189 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -66,6 +66,8 @@ class PrintPreviewTabController;
namespace policy {
class BrowserPolicyConnector;
+class UserPolicyConnector;
+class ConfigurationPolicyProvider;
}
namespace ui {
@@ -154,6 +156,14 @@ class BrowserProcess {
virtual policy::BrowserPolicyConnector* browser_policy_connector() = 0;
+ virtual policy::UserPolicyConnector* user_policy_connector() = 0;
+
+ virtual policy::ConfigurationPolicyProvider*
+ recommended_cloud_policy_provider() = 0;
+
+ virtual policy::ConfigurationPolicyProvider*
+ managed_cloud_policy_provider() = 0;
+
virtual IconManager* icon_manager() = 0;
virtual ThumbnailGenerator* GetThumbnailGenerator() = 0;
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/browser_process_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698