| Index: components/ntp_snippets/content_suggestions_provider.h
|
| diff --git a/components/ntp_snippets/content_suggestions_provider.h b/components/ntp_snippets/content_suggestions_provider.h
|
| index ddb6b468a884215c4f6ecf93aa5731a5403b2e9b..54b2defd2bb7f8635f520b68058e5d6e3143b93a 100644
|
| --- a/components/ntp_snippets/content_suggestions_provider.h
|
| +++ b/components/ntp_snippets/content_suggestions_provider.h
|
| @@ -119,6 +119,12 @@ class ContentSuggestionsProvider {
|
| // from scratch.
|
| virtual void ClearCachedSuggestions(Category category) = 0;
|
|
|
| + // Called when the sign in state has changed. Should be used instead of
|
| + // directly registering with the SignInManager so that the
|
| + // ContentSuggestionService can control the order of the updates between
|
| + // the providers and the observers.
|
| + virtual void OnSignInStateChanged() {}
|
| +
|
| // Used only for debugging purposes. Retrieves suggestions for the given
|
| // |category| that have previously been dismissed and are still stored in the
|
| // provider. If the provider doesn't store dismissed suggestions for the given
|
|
|