| Index: components/policy/core/common/cloud/cloud_policy_manager.cc
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_manager.cc b/components/policy/core/common/cloud/cloud_policy_manager.cc
|
| index 6ab0304cfe65a0c8ac12491758840f83d22ff38a..eaa5f5f208562df90278be848206df71e123c304 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_manager.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_manager.cc
|
| @@ -34,6 +34,7 @@ CloudPolicyManager::CloudPolicyManager(
|
| file_task_runner_(file_task_runner),
|
| io_task_runner_(io_task_runner) {
|
| store()->AddObserver(this);
|
| + source_ = POLICY_SOURCE_CLOUD;
|
|
|
| // If the underlying store is already initialized, publish the loaded
|
| // policy. Otherwise, request a load now.
|
|
|