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

Unified Diff: chrome/browser/chromeos/policy/proxy_policy_provider.cc

Issue 56623005: Policy providers all get a SchemaRegistry to work with. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-policy-schema-9-purge-with-callback
Patch Set: rebase 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/chromeos/policy/proxy_policy_provider.cc
diff --git a/chrome/browser/chromeos/policy/proxy_policy_provider.cc b/chrome/browser/chromeos/policy/proxy_policy_provider.cc
index 30c879c4b2d7b105a21b9ccc2961217bce8d7952..0154321c13a81bd6a729c80c4ed39330cf1f619c 100644
--- a/chrome/browser/chromeos/policy/proxy_policy_provider.cc
+++ b/chrome/browser/chromeos/policy/proxy_policy_provider.cc
@@ -56,4 +56,9 @@ void ProxyPolicyProvider::OnUpdatePolicy(
UpdatePolicy(bundle.Pass());
}
+void ProxyPolicyProvider::OnSchemaRegistryUpdated(bool has_new_schemas) {
+ // Ignore, and don't call RefreshPolicies. Policies only have to be refreshed
+ // when the delegate's registry is updated.
+}
+
} // namespace policy

Powered by Google App Engine
This is Rietveld 408576698