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

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

Issue 7972013: ConfigurationPolicyPrefStore refactoring to surface error messages. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 3 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
Index: chrome/browser/policy/configuration_policy_pref_store.h
diff --git a/chrome/browser/policy/configuration_policy_pref_store.h b/chrome/browser/policy/configuration_policy_pref_store.h
index 1ac47db340d2c153699eefc7257c44cf2131ddb1..0c30e7025087c26a6173d85ab941171f5a713b66 100644
--- a/chrome/browser/policy/configuration_policy_pref_store.h
+++ b/chrome/browser/policy/configuration_policy_pref_store.h
@@ -81,6 +81,9 @@ class ConfigurationPolicyPrefStore
// Returns true if the given policy is a proxy policy.
static bool IsProxyPolicy(ConfigurationPolicyType policy);
+ // Returns true if the given policy is an incognito mode policy.
+ static bool IsIncognitoModePolicy(ConfigurationPolicyType policy);
Mattias Nissler (ping if slow) 2011/09/20 13:12:25 I can't find why this is needed
simo 2011/09/22 11:43:26 Oh right, I forgot to remove it.
+
private:
// Refreshes policy information, rereading policy from the provider and
// sending out change notifications as appropriate.

Powered by Google App Engine
This is Rietveld 408576698