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