Index: components/policy/core/common/schema_registry_tracking_policy_provider.cc |
diff --git a/components/policy/core/common/schema_registry_tracking_policy_provider.cc b/components/policy/core/common/schema_registry_tracking_policy_provider.cc |
index 4f8e7194bb852d0b30793927355458ba51ee9e12..50dbe17ac8a1fab056eaa82f2e2b2a14485732b4 100644 |
--- a/components/policy/core/common/schema_registry_tracking_policy_provider.cc |
+++ b/components/policy/core/common/schema_registry_tracking_policy_provider.cc |
@@ -11,7 +11,9 @@ namespace policy { |
SchemaRegistryTrackingPolicyProvider::SchemaRegistryTrackingPolicyProvider( |
ConfigurationPolicyProvider* delegate) |
- : delegate_(delegate), state_(WAITING_FOR_REGISTRY_READY) { |
+ : delegate_(delegate), |
+ state_(WAITING_FOR_REGISTRY_READY) { |
+ source_ = delegate->source(); |
delegate_->AddObserver(this); |
// Serve the initial |delegate_| policies. |
OnUpdatePolicy(delegate_); |