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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 150033002: NTP: add histogram to track New Tab page URL status. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 11 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:
Download patch
« no previous file with comments | « chrome/browser/search/search_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e84d1dc4bd0c78219258ceae684e72f5b76e817d..ecda80c08dc8639b749eb8266d5f5dd7b290aa7f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6066,6 +6066,10 @@ other types of suffix sets.
<histogram name="InstantExtended.FallbackToLocalOverlay"
enum="InstantExtended_FallbackCause">
+ <obsolete>
+ Depcreated as of 10/2013. No longer relevant since the HTML overlay was
+ abandoned.
+ </obsolete>
<summary>
Records the cause for falling back to a local overlay at the time of
fallback.
@@ -12132,6 +12136,12 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="NewTabPage.URLState" enum="NewTabURLState">
+ <summary>
+ Records the status of the New Tab page URL when an NTP is opened.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.VisibleScreenshots">
<summary>
The number of screenshots that were cached for the visible suggestions on
@@ -28379,6 +28389,16 @@ other types of suffix sets.
<int value="4" label="User dismissed the promo"/>
</enum>
+<enum name="NewTabURLState" type="int">
+ <int value="0" label="Valid URL was used"/>
+ <int value="1" label="Corrupt state"/>
+ <int value="2" label="Incognito window"/>
+ <int value="3" label="No URL for default provider"/>
+ <int value="4" label="Insecure URL"/>
+ <int value="5" label="Suggest is disabled"/>
+ <int value="6" label="URL blocked for supervised user"/>
+</enum>
+
<enum name="NotificationActionType" type="int">
<int value="0" label="Unknown"/>
<int value="1" label="Notification added"/>
« no previous file with comments | « chrome/browser/search/search_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698