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

Unified Diff: chrome/common/search/ntp_logging_events.h

Issue 2124953004: Remove a bunch of broken/unused/non-useful NTP UMA histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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
Index: chrome/common/search/ntp_logging_events.h
diff --git a/chrome/common/search/ntp_logging_events.h b/chrome/common/search/ntp_logging_events.h
index 5b98812cf8ea108df690eba17efa22919a0d52f9..ba84f6909b660c483102e806674564d5caec242d 100644
--- a/chrome/common/search/ntp_logging_events.h
+++ b/chrome/common/search/ntp_logging_events.h
@@ -22,24 +22,24 @@ enum NTPLoggingEventType {
NTP_TILE = 2,
// The tile uses a local thumbnail image.
- NTP_THUMBNAIL_TILE = 3,
+ // Deleted: NTP_THUMBNAIL_TILE = 3,
// Used when no thumbnail is specified and a gray tile with the domain is used
// as the main tile.
- NTP_GRAY_TILE = 4,
+ // Deleted: NTP_GRAY_TILE = 4,
// The visuals of that tile are handled externally by the page itself.
- NTP_EXTERNAL_TILE = 5,
+ // Deleted: NTP_EXTERNAL_TILE = 5,
// There was an error in loading both the thumbnail image and the fallback
// (if it was provided), resulting in a grey tile.
- NTP_THUMBNAIL_ERROR = 6,
+ // Deleted: NTP_THUMBNAIL_ERROR = 6,
// Used a gray tile with the domain as the fallback for a failed thumbnail.
- NTP_GRAY_TILE_FALLBACK = 7,
+ // Deleted: NTP_GRAY_TILE_FALLBACK = 7,
// The visuals of that tile's fallback are handled externally.
- NTP_EXTERNAL_TILE_FALLBACK = 8,
+ // Deleted: NTP_EXTERNAL_TILE_FALLBACK = 8,
// Deleted: NTP_MOUSEOVER = 9
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_user_data_logger_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698