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

Unified Diff: components/ntp_tiles/ntp_tile.h

Issue 2532103002: Add support for components/ntp_tiles in InstantService (Closed)
Patch Set: rebase Created 4 years 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
« no previous file with comments | « components/ntp_tiles/most_visited_sites.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/ntp_tile.h
diff --git a/components/ntp_tiles/ntp_tile.h b/components/ntp_tiles/ntp_tile.h
index 8baa4565f62e984c438fa4450b59ea54f9ec8300..e64a19fa6be8bf0b406717a811ad0b1f99fe2b7a 100644
--- a/components/ntp_tiles/ntp_tile.h
+++ b/components/ntp_tiles/ntp_tile.h
@@ -26,6 +26,12 @@ struct NTPTile {
// is also available from another, higher-priority source.
base::FilePath whitelist_icon_path;
+ // Only valid for source == SUGGESTIONS_SERVICE (empty otherwise).
+ // May point to a local chrome:// URL or to a remote one. May be empty.
+ GURL thumbnail_url;
+ // This won't be empty, but might 404 etc.
+ GURL favicon_url;
+
NTPTile();
NTPTile(const NTPTile&);
~NTPTile();
« no previous file with comments | « 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