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

Unified Diff: chrome/browser/browser_process.h

Issue 6520008: Device policy infrastructure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ChromeOS tests Created 9 years, 10 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
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 17979c203d2501924428d9d68885b3ed22b8e64c..28cc7165de89aa5e23c41ec41896fc31363787ba 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -51,7 +51,7 @@ class PrintPreviewTabController;
}
namespace policy {
-class ConfigurationPolicyProviderKeeper;
+class BrowserPolicyConnector;
}
namespace ui {
@@ -115,8 +115,7 @@ class BrowserProcess {
virtual base::Thread* background_x11_thread() = 0;
#endif
- virtual policy::ConfigurationPolicyProviderKeeper*
- configuration_policy_provider_keeper() = 0;
+ virtual policy::BrowserPolicyConnector* browser_policy_connector() = 0;
virtual IconManager* icon_manager() = 0;

Powered by Google App Engine
This is Rietveld 408576698