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

Unified Diff: components/policy/core/common/schema_registry_tracking_policy_provider.h

Issue 1304843004: Add source column to chrome://policy showing the origins of policies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed browsertest and removed unnecessary string for default values. Created 5 years, 4 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
Index: components/policy/core/common/schema_registry_tracking_policy_provider.h
diff --git a/components/policy/core/common/schema_registry_tracking_policy_provider.h b/components/policy/core/common/schema_registry_tracking_policy_provider.h
index 1663c86b248292148e0caa16d8a26d985ca35312..b8a15926116fbadf35a6ebc10473aa928b0381d2 100644
--- a/components/policy/core/common/schema_registry_tracking_policy_provider.h
+++ b/components/policy/core/common/schema_registry_tracking_policy_provider.h
@@ -70,6 +70,8 @@ class POLICY_EXPORT SchemaRegistryTrackingPolicyProvider
void RefreshPolicies() override;
void OnSchemaRegistryReady() override;
void OnSchemaRegistryUpdated(bool has_new_schemas) override;
+ // ConfigurationPolicyProvider::source() now provided by delegate.
Thiemo Nagel 2015/09/01 17:40:38 Remove.
fhorschig 2015/09/04 06:53:55 Done.
+ PolicySource source() const override;
// ConfigurationPolicyProvider::Observer:
void OnUpdatePolicy(ConfigurationPolicyProvider* provider) override;

Powered by Google App Engine
This is Rietveld 408576698