Commit 17227896 authored by Robert Sesek's avatar Robert Sesek

Run pretty_print.py on histograms.xml, since it is causing PRESUBMIT failures.

TBR=isherman@chromium.org

Review URL: https://codereview.chromium.org/1021873002

Cr-Commit-Position: refs/heads/master@{#321449}
parent c6232a86
......@@ -2064,17 +2064,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Autofill.UnmaskPrompt.Events" enum="AutofillUnmaskPromptEvent">
<owner>waltercacau@chromium.org</owner>
<summary>
Events tracking the usage of the unmasking prompt. This prompt is
triggered when a user selects a masked card in a autofill dropdown.
Events tracking the usage of the unmasking prompt. This prompt is triggered
when a user selects a masked card in a autofill dropdown.
</summary>
</histogram>
<histogram name="Autofill.UnmaskPrompt.GetRealPanResult" enum="AutofillGetRealPanResult">
<histogram name="Autofill.UnmaskPrompt.GetRealPanResult"
enum="AutofillGetRealPanResult">
<owner>waltercacau@chromium.org</owner>
<summary>
Tracks the result of the GetRealPan API call. This API call is triggered
by the unmasking prompt when the user types information to verify his
ownership of the card being fetched.
Tracks the result of the GetRealPan API call. This API call is triggered by
the unmasking prompt when the user types information to verify his ownership
of the card being fetched.
</summary>
</histogram>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment