Chromium Code Reviews| Index: components/ntp_tiles/popular_sites.h |
| diff --git a/components/ntp_tiles/popular_sites.h b/components/ntp_tiles/popular_sites.h |
| index dde8459ba5b2c74db311b268852b52fb35d8d775..77d5f6b5ffcde15cba448c51e2c2fa75fb503f57 100644 |
| --- a/components/ntp_tiles/popular_sites.h |
| +++ b/components/ntp_tiles/popular_sites.h |
| @@ -37,6 +37,7 @@ class PopularSites { |
| GURL favicon_url; |
| GURL large_icon_url; |
| GURL thumbnail_url; |
| + int default_resource_id; // <0 if there is none. Used for popular defaults. |
| }; |
| using SitesVector = std::vector<Site>; |