| 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 4b135b8c867d52d407f219ebd75f312021a7541e..178ac54338cb80e5a337c5f3ffd9099e487ac2fe 100644
|
| --- a/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| +++ b/chrome/browser/content_settings/content_settings_policy_provider.cc
|
| @@ -53,8 +53,16 @@ const PrefsForManagedContentSettingsMapEntry
|
| CONTENT_SETTINGS_TYPE_COOKIES,
|
| 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,
|
|
|