| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 094e4230a822e735cd750ef48e3112fbc5154914..1d02d23d6a46ea380aaa40f0ce59ccedb6b82cf7 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -30901,6 +30901,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="PageLoad.Clients.GoogleCaptcha.Events"
|
| + enum="GoogleCaptchaEvent">
|
| + <owner>mdw@chromium.org</owner>
|
| + <summary>Events related to Google CAPTCHA pages being seen by users.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="PageLoad.EventCounts" enum="PageLoadEvent">
|
| <owner>csharrison@chromium.org</owner>
|
| <owner>bmcquade@chromium.org</owner>
|
| @@ -63552,6 +63558,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
|
|
|