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> |