Chromium Code Reviews| Index: chrome/browser/resources/local_ntp/most_visited_single.js |
| diff --git a/chrome/browser/resources/local_ntp/most_visited_single.js b/chrome/browser/resources/local_ntp/most_visited_single.js |
| index 5529abf88ea7375267be4b3815f52a2810586ab2..9eb0b16a6e9db07d1baca84f58798a5293b01781 100644 |
| --- a/chrome/browser/resources/local_ntp/most_visited_single.js |
| +++ b/chrome/browser/resources/local_ntp/most_visited_single.js |
| @@ -51,8 +51,8 @@ var TileVisualType = { |
| ICON_REAL: 1, |
| ICON_COLOR: 2, |
| ICON_DEFAULT: 3, |
| - THUMBNAIL: 4, |
| - THUMBNAIL_FAILED: 5, |
| + THUMBNAIL: 7, |
| + THUMBNAIL_FAILED: 8, |
|
Ilya Sherman
2017/04/21 19:58:38
I'm confused about why there is a gap in this enum
|
| }; |