Index: components/ntp_tiles/ntp_tile.h |
diff --git a/components/ntp_tiles/ntp_tile.h b/components/ntp_tiles/ntp_tile.h |
index ef228b54b385dfe68d82c4265150dbcd23757d9b..9af8614398bf3d0632ea6ab07264e495ae575607 100644 |
--- a/components/ntp_tiles/ntp_tile.h |
+++ b/components/ntp_tiles/ntp_tile.h |
@@ -37,6 +37,10 @@ struct NTPTile { |
// Only valid for source == WHITELIST (empty otherwise). |
base::FilePath whitelist_icon_path; |
+ // Only valid for source == SUGGESTIONS_SERVICE (empty otherwise). |
sfiera
2016/11/28 13:11:12
Are they always non-empty for the suggestions serv
Marc Treib
2016/11/28 13:19:29
I believe the favicon URL always points to some ch
sfiera
2016/11/29 10:24:03
I would appreciate this kind of information in the
Marc Treib
2016/11/29 15:20:13
Not sure how much of this we want to "fixate" in t
|
+ GURL thumbnail_url; |
+ GURL favicon_url; |
+ |
NTPTile(); |
NTPTile(const NTPTile&); |
~NTPTile(); |