Index: components/ntp_tiles/icon_cacher.h |
diff --git a/components/ntp_tiles/icon_cacher.h b/components/ntp_tiles/icon_cacher.h |
index e7456fd0a9cc9792fe856d720df2f55f6e683725..bfea2969464059c7a4e703829c4f9ad70d896f9f 100644 |
--- a/components/ntp_tiles/icon_cacher.h |
+++ b/components/ntp_tiles/icon_cacher.h |
@@ -20,10 +20,10 @@ class IconCacher { |
public: |
virtual ~IconCacher() = default; |
- // Fetches the icon if necessary. It invokes |icon_available| if a new icon |
- // was fetched. This is the only required callback. |
+ // Fetches the icon if necessary. If a new icon was fetched, the optional |
+ // |icon_available| callback will be invoked. |
// If there are preliminary icons (e.g. provided by static resources), the |
- // |preliminary_icon_available| callback will be invoked additionally. |
+ // optional |preliminary_icon_available| callback will be invoked in addition. |
// TODO(fhorschig): In case we keep these, make them OnceClosures. |
virtual void StartFetch(PopularSites::Site site, |
const base::Closure& icon_available, |