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

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

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: 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:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/actions/actions.xml
diff --git a/tools/metrics/actions/actions.xml b/tools/metrics/actions/actions.xml
index 2036143811f0e7e616ab9e1d82008835b4bba835..190128d9cfac10348615e434b06673cad3fa9c53 100644
--- a/tools/metrics/actions/actions.xml
+++ b/tools/metrics/actions/actions.xml
@@ -3413,6 +3413,18 @@ should be able to be added at any place in this file.
<description>Please enter the description of this user action.</description>
</action>
+<action name="GoogleCaptchaShown">
Alexei Svitkine (slow) 2015/11/13 17:45:12 I think it would be better to use an enum histogra
Matt Welsh 2015/11/13 19:37:16 Done.
+ <owner>mdw@chromium.org</owner>
+ <description>
+ User visited a page that resulted in a Google CAPTCHA challenge.
+ </description>
+</action>
+
+<action name="GoogleCaptchaSolved">
+ <owner>mdw@chromium.org</owner>
+ <description>User solved a Google CAPTCHA challenge.</description>
+</action>
+
<action name="GoogleNow.ButtonClicked0">
<owner>robliao@chromium.org</owner>
<owner>skare@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698