| Index: chrome/browser/extensions/api/storage/managed_value_store_cache.h
|
| diff --git a/chrome/browser/extensions/api/storage/managed_value_store_cache.h b/chrome/browser/extensions/api/storage/managed_value_store_cache.h
|
| index f0d5beffa233c29076d0c5fa94ca3a76ec5cd63e..af9032e1b94b094fe311bc9ddef65d658e4010f4 100644
|
| --- a/chrome/browser/extensions/api/storage/managed_value_store_cache.h
|
| +++ b/chrome/browser/extensions/api/storage/managed_value_store_cache.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/macros.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "components/policy/core/common/policy_namespace.h"
|
| #include "components/policy/core/common/policy_service.h"
|
| #include "extensions/browser/api/storage/settings_observer.h"
|
| #include "extensions/browser/api/storage/value_store_cache.h"
|
| @@ -83,6 +84,10 @@ class ManagedValueStoreCache : public ValueStoreCache,
|
| // get the PolicyService, the EventRouter and the ExtensionService.
|
| Profile* profile_;
|
|
|
| + // The policy domain. This is used for both updating the schema registry with
|
| + // the list of extensions and for observing the policy updates.
|
| + policy::PolicyDomain policy_domain_;
|
| +
|
| // The |profile_|'s PolicyService.
|
| policy::PolicyService* policy_service_;
|
|
|
|
|