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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_single.js

Issue 2832173002: NTP: Fix TileType metrics on desktop (Closed)
Patch Set: Created 3 years, 8 months 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 | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698