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

Unified Diff: chrome/browser/policy/profile_policy_connector.h

Issue 2694933003: Return management state without retrieving the management domain if the (Closed)
Patch Set: Extract redundant logic into GetActualPolicyStore Created 3 years, 10 months 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
« no previous file with comments | « no previous file | chrome/browser/policy/profile_policy_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/profile_policy_connector.h
diff --git a/chrome/browser/policy/profile_policy_connector.h b/chrome/browser/policy/profile_policy_connector.h
index c2d2fc5ed989d4738cbc0f9d49775c2b408b0659..c42b81f6ea58aa3c21ff3cc9733ef9bbf58087bf 100644
--- a/chrome/browser/policy/profile_policy_connector.h
+++ b/chrome/browser/policy/profile_policy_connector.h
@@ -62,6 +62,9 @@ class ProfilePolicyConnector : public KeyedService {
bool IsProfilePolicy(const char* policy_key) const;
private:
+ // Returns the policy store which is actually used.
+ const CloudPolicyStore* GetActualPolicyStore() const;
+
// Find the policy provider that provides the |policy_key| policy, if any. In
// case of multiple providers sharing the same policy, the one with the
// highest priority will be returned.
« no previous file with comments | « no previous file | chrome/browser/policy/profile_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698