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

Unified Diff: chrome/browser/policy/browser_policy_connector.h

Issue 10443108: Implement the ConfigDirPolicyProvider based on the AsyncPolicyLoader (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 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/policy/browser_policy_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/browser_policy_connector.h
diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
index bb71c15e94855bb1b1ca10301697b49c0bad6dc5..cd85c2f1d098fb8cd30a1d3b60ef227bd09027c3 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -153,8 +153,7 @@ class BrowserPolicyConnector : public content::NotificationObserver {
// local_state is initialized.
void CompleteInitialization();
- static ConfigurationPolicyProvider* CreateManagedPlatformProvider();
- static ConfigurationPolicyProvider* CreateRecommendedPlatformProvider();
+ static ConfigurationPolicyProvider* CreatePlatformProvider();
// Used to convert policies to preferences. The providers declared below
// trigger policy updates during destruction via OnProviderGoingAway(), which
@@ -162,8 +161,7 @@ class BrowserPolicyConnector : public content::NotificationObserver {
// Therefore, it's important to destroy |handler_list_| after the providers.
ConfigurationPolicyHandlerList handler_list_;
- scoped_ptr<ConfigurationPolicyProvider> managed_platform_provider_;
- scoped_ptr<ConfigurationPolicyProvider> recommended_platform_provider_;
+ scoped_ptr<ConfigurationPolicyProvider> platform_provider_;
scoped_ptr<CloudPolicyProvider> managed_cloud_provider_;
scoped_ptr<CloudPolicyProvider> recommended_cloud_provider_;
« no previous file with comments | « no previous file | chrome/browser/policy/browser_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698