| 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 67c814c253ad0c902fbf6d6589c7352a0ee091d3..72fd865906ff3478c17cd9bef704db080032b7ee 100644
|
| --- a/chrome/browser/extensions/api/storage/managed_value_store_cache.h
|
| +++ b/chrome/browser/extensions/api/storage/managed_value_store_cache.h
|
| @@ -64,6 +64,9 @@ class ManagedValueStoreCache : public ValueStoreCache,
|
| const policy::PolicyMap& previous,
|
| const policy::PolicyMap& current) override;
|
|
|
| + // Returns the policy domain that should be used for the specified profile.
|
| + static policy::PolicyDomain GetPolicyDomain(Profile* profile);
|
| +
|
| // Posted by OnPolicyUpdated() to update a PolicyValueStore on the FILE
|
| // thread.
|
| void UpdatePolicyOnFILE(const std::string& extension_id,
|
|
|