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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1441393002: Add UMA to count the number of Google CAPTCHA pages shown and solved by users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change histogram name and add helper function Created 5 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4ee71d1be34b2cfc6f01bf37d6a6629de9ccaa62..c4ceb8c43d3b653ca42924b58539bc73f777d0d4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30591,6 +30591,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Events.GoogleCaptcha" enum="GoogleCaptchaEvent">
+ <owner>mdw@chromium.org</owner>
+ <summary>Events related to Google CAPTCHA pages being seen by users.</summary>
+</histogram>
+
<histogram name="PageLoad.Events.InternalError" enum="InternalErrorLoadEvent">
<owner>csharrison@chromium.org</owner>
<owner>bmcquade@chromium.org</owner>
@@ -62864,6 +62869,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="6" label="UNSET"/>
</enum>
+<enum name="GoogleCaptchaEvent" type="int">
+ <int value="0" label="Google CAPTCHA shown"/>
+ <int value="1" label="Google CAPTCHA solved"/>
+</enum>
+
<enum name="GoogleNowCardTypeId" type="int">
<summary>
Represents a card type ID. See cardTypeId in

Powered by Google App Engine
This is Rietveld 408576698