Skip to content

Commit

Permalink
[Remote suggestions] Add DataUse.MessageSize suffixes.
Browse files Browse the repository at this point in the history
This CL fixes a minor ommision in CL 2685523002.

BUG=688945

Review-Url: https://codereview.chromium.org/2726223003
Cr-Commit-Position: refs/heads/master@{#454684}
(cherry picked from commit 291cbdc)

Review-Url: https://codereview.chromium.org/2728333002 .
Cr-Commit-Position: refs/branch-heads/3029@{#16}
Cr-Branched-From: 939b32e-refs/heads/master@{#454471}
  • Loading branch information
Jan Krcal committed Mar 6, 2017
1 parent c5c307c commit b53294a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/metrics/histograms/histograms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115081,7 +115081,13 @@ from previous Chrome versions.
<suffix name="Autofill"/>
<suffix name="Policy"/>
<suffix name="SpellChecker"/>
<suffix name="NTPSnippets"/>
<suffix name="NTPSnippets">
<obsolete>
Deprecated March 2017
</obsolete>
</suffix>
<suffix name="NTPSnippetsSuggestions"/>
<suffix name="NTPSnippetsThumbnails"/>
<affected-histogram name="DataUse.MessageSize"/>
</histogram_suffixes>

Expand Down

0 comments on commit b53294a

Please sign in to comment.