Index: chrome/browser/content_settings/content_settings_policy_provider.cc |
diff --git a/chrome/browser/content_settings/content_settings_policy_provider.cc b/chrome/browser/content_settings/content_settings_policy_provider.cc |
index 3ee93954aad38f0c941091c35f707aae9e8255f3..8b5fa8a83a9dbde302db9e5d293c13f7deda86fd 100644 |
--- a/chrome/browser/content_settings/content_settings_policy_provider.cc |
+++ b/chrome/browser/content_settings/content_settings_policy_provider.cc |
@@ -52,8 +52,16 @@ const PrefsForManagedContentSettingsMapEntry |
CONTENT_SETTINGS_TYPE_COOKIES, |
markusheintz_
2011/08/29 08:47:09
You also need to add new policies and new preferen
|
CONTENT_SETTING_ALLOW |
}, { |
+ prefs::kManagedCookiesAllowedForUrls, |
+ CONTENT_SETTINGS_TYPE_COOKIES_SESSION_ONLY, |
+ CONTENT_SETTING_ALLOW |
+ }, { |
prefs::kManagedCookiesSessionOnlyForUrls, |
CONTENT_SETTINGS_TYPE_COOKIES, |
+ CONTENT_SETTING_ALLOW |
+ }, { |
+ prefs::kManagedCookiesSessionOnlyForUrls, |
+ CONTENT_SETTINGS_TYPE_COOKIES_SESSION_ONLY, |
CONTENT_SETTING_SESSION_ONLY |
}, { |
prefs::kManagedCookiesBlockedForUrls, |