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. |