summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/asynchronous_policy_provider.h
diff options
context:
space:
mode:
authorsimo@google.com <simo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-12 16:47:25 +0000
committersimo@google.com <simo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-12 16:47:25 +0000
commit5e61ad9e375347ef4eebac900a5af6572ae2d995 (patch)
tree30538db94977ced3ba18871e1adecfd9bfe92ed5 /chrome/browser/policy/asynchronous_policy_provider.h
parent6f949cb309ddc3b4ad055101e2e752ed6a8ac39b (diff)
downloadchromium_src-5e61ad9e375347ef4eebac900a5af6572ae2d995.zip
chromium_src-5e61ad9e375347ef4eebac900a5af6572ae2d995.tar.gz
chromium_src-5e61ad9e375347ef4eebac900a5af6572ae2d995.tar.bz2
ConfigurationPolicyProvider refactoring:
Provide() now fills a PolicyMap with policy values instead of calling Apply on the pref store. BUG= TEST= Review URL: http://codereview.chromium.org/7850016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/policy/asynchronous_policy_provider.h')
-rw-r--r--chrome/browser/policy/asynchronous_policy_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/policy/asynchronous_policy_provider.h b/chrome/browser/policy/asynchronous_policy_provider.h
index c030972..3c15a74 100644
--- a/chrome/browser/policy/asynchronous_policy_provider.h
+++ b/chrome/browser/policy/asynchronous_policy_provider.h
@@ -39,7 +39,7 @@ class AsynchronousPolicyProvider
virtual ~AsynchronousPolicyProvider();
// ConfigurationPolicyProvider implementation.
- virtual bool Provide(ConfigurationPolicyStoreInterface* store);
+ virtual bool Provide(PolicyMap* map);
// For tests to trigger reloads.
scoped_refptr<AsynchronousPolicyLoader> loader();