| Index: components/ntp_snippets/ntp_snippets_service.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.cc b/components/ntp_snippets/ntp_snippets_service.cc
|
| index 79cdcb3316379db15da04610e8880bf763b8e09d..0d71fb6d8e740dbba420b60e9877133592237ca5 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service.cc
|
| @@ -239,7 +239,6 @@ void NTPSnippetsService::ClearDiscardedSnippets() {
|
|
|
| void NTPSnippetsService::AddObserver(NTPSnippetsServiceObserver* observer) {
|
| observers_.AddObserver(observer);
|
| - observer->NTPSnippetsServiceLoaded();
|
| }
|
|
|
| void NTPSnippetsService::RemoveObserver(NTPSnippetsServiceObserver* observer) {
|
|
|