| Index: components/signin/core/browser/account_reconcilor.cc
|
| diff --git a/components/signin/core/browser/account_reconcilor.cc b/components/signin/core/browser/account_reconcilor.cc
|
| index 89f073fdbe60c1326bc0ce2a54a48b4a1c5ce0fa..5c57bfa9b27eede632fa880c10ed7ebd389812e8 100644
|
| --- a/components/signin/core/browser/account_reconcilor.cc
|
| +++ b/components/signin/core/browser/account_reconcilor.cc
|
| @@ -192,6 +192,7 @@ void AccountReconcilor::OnContentSettingChanged(
|
| const ContentSettingsPattern& primary_pattern,
|
| const ContentSettingsPattern& secondary_pattern,
|
| ContentSettingsType content_type,
|
| + ContentSetting previous_value,
|
| std::string resource_identifier) {
|
| // If this is not a change to cookie settings, just ignore.
|
| if (content_type != CONTENT_SETTINGS_TYPE_COOKIES)
|
|
|