| Index: components/ntp_snippets/remote/remote_suggestions_provider_impl.cc
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_provider_impl.cc b/components/ntp_snippets/remote/remote_suggestions_provider_impl.cc
|
| index eba851a0ce617ce170c56a0b69daa84ed34e420a..719a46b70aa1238a0ce1ee60b8afabec764f9425 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_provider_impl.cc
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_provider_impl.cc
|
| @@ -1021,11 +1021,6 @@ void RemoteSuggestionsProviderImpl::OnStatusChanged(
|
| EnterState(State::DISABLED);
|
| UpdateAllCategoryStatus(CategoryStatus::CATEGORY_EXPLICITLY_DISABLED);
|
| break;
|
| -
|
| - case RemoteSuggestionsStatus::SIGNED_OUT_AND_DISABLED:
|
| - EnterState(State::DISABLED);
|
| - UpdateAllCategoryStatus(CategoryStatus::SIGNED_OUT);
|
| - break;
|
| }
|
| }
|
|
|
|
|