Chromium Code Reviews| Index: components/ntp_snippets/ntp_snippets_service.h |
| diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h |
| index 13e949afb04dd48467f35c90321bb8acf9c4e08f..9d347c9c5b10ad82b8c167e1a875713dece1cfeb 100644 |
| --- a/components/ntp_snippets/ntp_snippets_service.h |
| +++ b/components/ntp_snippets/ntp_snippets_service.h |
| @@ -198,6 +198,8 @@ class NTPSnippetsServiceObserver { |
| virtual void NTPSnippetsServiceLoaded() = 0; |
| // Sent when the service is shutting down. |
| virtual void NTPSnippetsServiceShutdown() = 0; |
| + // Sent every time the service has its data sources cleared. |
|
Bernhard Bauer
2016/05/17 09:12:48
Maybe add a comment that explains why we do this?
dgn
2016/05/17 10:46:00
Added comments both here and in snippets_bridge.cc
|
| + virtual void NTPSnippetsServiceCleared() = 0; |
| protected: |
| virtual ~NTPSnippetsServiceObserver() {} |