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..5886eda15f8b052c1902938712793a9d18733e4d 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. |
|
sfiera
2017/02/16 18:54:16
<0
fhorschig
2017/02/17 16:24:04
Correct.
|
| }; |
| using SitesVector = std::vector<Site>; |