Index: components/suggestions/image_fetcher_delegate.h |
diff --git a/components/suggestions/image_fetcher_delegate.h b/components/suggestions/image_fetcher_delegate.h |
index f2335efe026284aa99307b3ff00d63ab7fd45c83..69fbb869bbeccdd5735d4726436cfd2a1f595aba 100644 |
--- a/components/suggestions/image_fetcher_delegate.h |
+++ b/components/suggestions/image_fetcher_delegate.h |
@@ -15,7 +15,8 @@ class ImageFetcherDelegate { |
ImageFetcherDelegate() {} |
// Called when an image was fetched. |url| represents the website for which |
- // the image was fetched. |bitmap| is deleted once out of scope. |
+ // the image was fetched. |bitmap| stores image data owned by the caller, and |
+ // can be nullptr. |
virtual void OnImageFetched(const GURL& url, const SkBitmap* bitmap) = 0; |
protected: |