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

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

Issue 10545033: Removed the PolicyDefinitionList from the ConfigurationPolicyProvider interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased 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 | « chrome/browser/policy/proxy_policy_provider.cc ('k') | chrome/browser/policy/user_cloud_policy_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/user_cloud_policy_manager.h
diff --git a/chrome/browser/policy/user_cloud_policy_manager.h b/chrome/browser/policy/user_cloud_policy_manager.h
index 4c0b55f3ceff75b2df111f836b2c05e538761b3a..e845f2f543f7a9355c715cb942cf8b83cfc260cc 100644
--- a/chrome/browser/policy/user_cloud_policy_manager.h
+++ b/chrome/browser/policy/user_cloud_policy_manager.h
@@ -30,8 +30,7 @@ class UserCloudPolicyManager : public ConfigurationPolicyProvider,
public:
// If |wait_for_policy| fetch is true, IsInitializationComplete() will return
// false as long as there hasn't been a successful policy fetch.
- UserCloudPolicyManager(const PolicyDefinitionList* policy_list,
- scoped_ptr<CloudPolicyStore> store,
+ UserCloudPolicyManager(scoped_ptr<CloudPolicyStore> store,
bool wait_for_policy_fetch);
virtual ~UserCloudPolicyManager();
« no previous file with comments | « chrome/browser/policy/proxy_policy_provider.cc ('k') | chrome/browser/policy/user_cloud_policy_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698