Commit 1b30e16b authored by Mohamed Heikal's avatar Mohamed Heikal Committed by Commit Bot

[UMA] Fix misconfigured histogram suffix

A previous change to rename a histogram missed the suffix declaration.
This change changes the suffix to refer to the renamed histogram.

Bug: 842023
Change-Id: I97f0f8ae7e3cc48d4bfbb820ada67ec5088a0cdc
Reviewed-on: https://chromium-review.googlesource.com/1075514Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#562457}
parent 4479c452
...@@ -109615,10 +109615,8 @@ uploading your change for review. ...@@ -109615,10 +109615,8 @@ uploading your change for review.
<suffix name="Tabbed" <suffix name="Tabbed"
label="Chrome starts up with intent to ChromeTabbedActivity"/> label="Chrome starts up with intent to ChromeTabbedActivity"/>
<suffix name="WebApk" label="Chrome starts up with intent to WebApkActivity"/> <suffix name="WebApk" label="Chrome starts up with intent to WebApkActivity"/>
<affected-histogram <affected-histogram name="Startup.Android.Cold.TimeToFirstContentfulPaint"/>
name="Startup.Android.Experimental.Cold.TimeToFirstContentfulPaint"/> <affected-histogram name="Startup.Android.Cold.TimeToFirstNavigationCommit"/>
<affected-histogram
name="Startup.Android.Experimental.Cold.TimeToFirstNavigationCommit"/>
</histogram_suffixes> </histogram_suffixes>
<histogram_suffixes name="AdsPageLoadMetrics" separator="." ordering="prefix"> <histogram_suffixes name="AdsPageLoadMetrics" separator="." ordering="prefix">
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