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

Unified Diff: components/ntp_tiles/metrics.h

Issue 2539473002: Add "UNKNOWN_TILE_TYPE" for metrics (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/metrics.h
diff --git a/components/ntp_tiles/metrics.h b/components/ntp_tiles/metrics.h
index 5fcb8168239de20de61bc41350e0ab27ea8d1c67..c32dbf258df3a21c54958841bd61274cf2120c98 100644
--- a/components/ntp_tiles/metrics.h
+++ b/components/ntp_tiles/metrics.h
@@ -34,6 +34,9 @@ enum MostVisitedTileType {
NUM_RECORDED_TILE_TYPES,
// The item displays a thumbnail of the page. Used on desktop.
THUMBNAIL,
+ // The tile type has not been determined yet. Used on iOS, until we can detect
+ // when all tiles have loaded.
+ UNKNOWN_TILE_TYPE,
};
// Records an NTP impression, after all tiles have loaded.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698