| 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..43dbc84a09a9cad057643c324316f7d5dbf934ce 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_icon_resource; // < 0 if there is none. Used for popular sites.
|
| };
|
|
|
| using SitesVector = std::vector<Site>;
|
|
|