Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: components/ntp_tiles/ntp_tile.h

Issue 2532103002: Add support for components/ntp_tiles in InstantService (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« components/ntp_tiles/most_visited_sites.h ('K') | « components/ntp_tiles/most_visited_sites.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698