| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 4ee71d1be34b2cfc6f01bf37d6a6629de9ccaa62..0a0b7c47431c7d8114260585cedf14e408389743 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -30563,6 +30563,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>
|
| @@ -62864,6 +62870,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
|
|
|