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

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

Issue 60823003: Introduced a ForwardingPolicyProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed unittest when enable_extensions=0 Created 7 years, 1 month 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/policy/configuration_policy_provider.h
diff --git a/chrome/browser/policy/configuration_policy_provider.h b/chrome/browser/policy/configuration_policy_provider.h
index 4fa49375b3a8655aca49c878b6117f9e09b7161d..c9ed40dcae74efe5c9a1a6b6f8ddb1a5c60abdef 100644
--- a/chrome/browser/policy/configuration_policy_provider.h
+++ b/chrome/browser/policy/configuration_policy_provider.h
@@ -69,9 +69,8 @@ class ConfigurationPolicyProvider : public SchemaRegistry::Observer {
virtual void RemoveObserver(Observer* observer);
// SchemaRegistry::Observer:
- // This base implementation calls RefreshPolicies if
- // |has_new_schemas| is true.
virtual void OnSchemaRegistryUpdated(bool has_new_schemas) OVERRIDE;
+ virtual void OnSchemaRegistryReady() OVERRIDE;
protected:
// Subclasses must invoke this to update the policies currently served by

Powered by Google App Engine
This is Rietveld 408576698