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

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

Issue 60823003: Introduced a ForwardingPolicyProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed ios 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 0154321c13a81bd6a729c80c4ed39330cf1f619c..30c879c4b2d7b105a21b9ccc2961217bce8d7952 100644
--- a/chrome/browser/chromeos/policy/proxy_policy_provider.cc
+++ b/chrome/browser/chromeos/policy/proxy_policy_provider.cc
@@ -56,9 +56,4 @@ 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