Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1021873002: Run pretty_print.py on histograms.xml, since it is causing PRESUBMIT failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f17542059750002c6fa379e712879675baf45c89..f6bf6b5ba08469b0d56fcffee3df4f282993a176 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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698