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

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

Issue 2091323002: Kill NewTabPage.NumberOfMouseOvers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add additional file to sync. 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 5bee7dfe64dafc5980ff0b0433038de32812bb49..5b98812cf8ea108df690eba17efa22919a0d52f9 100644
--- a/chrome/common/search/ntp_logging_events.h
+++ b/chrome/common/search/ntp_logging_events.h
@@ -9,6 +9,7 @@
// to transfer information from the NTP javascript to the renderer and is not
// used as a UMA enum histogram's logged value.
// Note: Keep in sync with browser/resources/local_ntp/most_visited_util.js
+// and browser/resources/local_ntp/most_visited_single.js
enum NTPLoggingEventType {
// The suggestion is coming from the server.
NTP_SERVER_SIDE_SUGGESTION = 0,
@@ -40,8 +41,7 @@ enum NTPLoggingEventType {
// The visuals of that tile's fallback are handled externally.
NTP_EXTERNAL_TILE_FALLBACK = 8,
- // The user moused over an NTP tile or title.
- NTP_MOUSEOVER = 9,
+ // Deleted: NTP_MOUSEOVER = 9
// A NTP Tile has finished loading (successfully or failing).
NTP_TILE_LOADED = 10,
« 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