| Index: chrome/browser/content_settings/host_content_settings_map.cc
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map.cc b/chrome/browser/content_settings/host_content_settings_map.cc
|
| index 7de7a80beec5dc8ae6ba89d668969c67d2ac5723..133e66fac475f09c0df8b34b0f0652825cafd630 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.cc
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.cc
|
| @@ -884,7 +884,7 @@ void HostContentSettingsMap::MigrateObsoleteCookiePref(PrefService* prefs) {
|
| }
|
| if (!prefs->HasPrefPath(prefs::kBlockThirdPartyCookies)) {
|
| SetBlockThirdPartyCookies(cookie_behavior ==
|
| - net::StaticCookiePolicy::BLOCK_THIRD_PARTY_COOKIES);
|
| + net::StaticCookiePolicy::BLOCK_SETTING_THIRD_PARTY_COOKIES);
|
| }
|
| }
|
| }
|
|
|