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 af9032e1b94b094fe311bc9ddef65d658e4010f4..f558ef6e1065e927fa68b76a97b658a015cf7956 100644 |
--- a/chrome/browser/extensions/api/storage/managed_value_store_cache.h |
+++ b/chrome/browser/extensions/api/storage/managed_value_store_cache.h |
@@ -69,6 +69,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, |