diff options
author | Robert Sesek <rsesek@chromium.org> | 2015-03-19 18:20:49 -0400 |
---|---|---|
committer | Robert Sesek <rsesek@chromium.org> | 2015-03-19 22:22:31 +0000 |
commit | 17227896a9b78a1f39bb809f41bb3b0a36559de5 (patch) | |
tree | 1d96bd78660ae8efbdb55a91bc5429c8946c204a /tools | |
parent | c6232a8638fd305661a497dab069c51b12b7585f (diff) | |
download | chromium_src-17227896a9b78a1f39bb809f41bb3b0a36559de5.zip chromium_src-17227896a9b78a1f39bb809f41bb3b0a36559de5.tar.gz chromium_src-17227896a9b78a1f39bb809f41bb3b0a36559de5.tar.bz2 |
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}
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index f175420..f6bf6b5 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -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> |