Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: chrome/browser/extensions/api/storage/managed_value_store_cache.h

Issue 2441653003: Enable fetching of admin policies for login screen apps (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698