| Index: chrome/browser/android/preferences/pref_service_bridge.cc
|
| diff --git a/chrome/browser/android/preferences/pref_service_bridge.cc b/chrome/browser/android/preferences/pref_service_bridge.cc
|
| index 95a3398282636b39b908e748adab533334bc19dc..1a6a57fc5f8f056e169957621d366df714e40a0c 100644
|
| --- a/chrome/browser/android/preferences/pref_service_bridge.cc
|
| +++ b/chrome/browser/android/preferences/pref_service_bridge.cc
|
| @@ -648,7 +648,7 @@ static void ClearBrowsingData(
|
| filter_builder->AddRegisterableDomain(domain);
|
| }
|
|
|
| - if (!excluding_domains.empty()) {
|
| + if (!excluding_domains.empty() || !ignoring_domains.empty()) {
|
| ImportantSitesUtil::RecordBlacklistedAndIgnoredImportantSites(
|
| GetOriginalProfile(), excluding_domains, excluding_domain_reasons,
|
| ignoring_domains, ignoring_domain_reasons);
|
|
|