Chromium Code Reviews| 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 52200626d34870bc2892cfde07b770e3894df07a..f36f5771dfc76f1d526aa1266d0e63bd5d6ba99b 100644 |
| --- a/components/ntp_snippets/content_suggestions_provider.h |
| +++ b/components/ntp_snippets/content_suggestions_provider.h |
| @@ -90,7 +90,8 @@ class ContentSuggestionsProvider { |
| // Fetches the image for the suggestion with the given ID and returns it |
| // through the callback. This fetch may occur locally or from the internet. |
| // If that suggestion doesn't exist, doesn't have an image or if the fetch |
| - // fails, the callback gets a null image. |
| + // fails, the callback gets a null image. The callback must not be called |
|
Marc Treib
2016/08/09 14:42:57
Same here
Philipp Keck
2016/08/09 16:59:16
Done.
|
| + // synchronously. |
| virtual void FetchSuggestionImage(const std::string& suggestion_id, |
| const ImageFetchedCallback& callback) = 0; |