| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e70d96f68604095edb1dddee7eb53ea855694a83..3858ca17fa7b9a034bc6a9aa2848edec5e841832 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -55779,43 +55779,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <histogram name="Previews.EligibilityReason" enum="PreviewsEligibilityReason">
|
| <owner>ryansturm@chromium.org</owner>
|
| <summary>
|
| - Whether a particular preview was allowed to be shown or the reason the
|
| - preview could not be shown to the user.
|
| + When evaluating whether to show a user a preview, the preview might be
|
| + disallowed for various reasons. If the preview is disallowed, then this
|
| + reports the reason for disallowing it. If the preview is allowed, then this
|
| + reports "Previews Allowed".
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="Previews.InfoBarAction.LitePage" enum="PreviewsInfoBarAction">
|
| +<histogram name="Previews.InfoBarAction" enum="PreviewsInfoBarAction">
|
| <owner>bengr@chromium.org</owner>
|
| <owner>megjablon@chromium.org</owner>
|
| <summary>
|
| - User interactions with the previews LitePage "Saved data" infobar.
|
| - These include:
|
| -
|
| - Displays of the infobar and clicks on the "Load original" link.
|
| - Whether the infobar was dismissed by navigation or the user clicking on
|
| - "X" close button.
|
| - </summary>
|
| -</histogram>
|
| -
|
| -<histogram name="Previews.InfoBarAction.LoFi" enum="PreviewsInfoBarAction">
|
| - <owner>bengr@chromium.org</owner>
|
| - <owner>megjablon@chromium.org</owner>
|
| - <summary>
|
| - User interactions with the previews Lo-Fi "Saved data" infobar.
|
| - These include:
|
| -
|
| - Displays of the infobar and clicks on the "Load original" link.
|
| - Whether the infobar was dismissed by navigation or the user clicking on
|
| - "X" close button.
|
| - </summary>
|
| -</histogram>
|
| -
|
| -<histogram name="Previews.InfoBarAction.Offline" enum="PreviewsInfoBarAction">
|
| - <owner>bengr@chromium.org</owner>
|
| - <owner>megjablon@chromium.org</owner>
|
| - <summary>
|
| - User interactions with the previews Offline "Faster page loaded"
|
| - infobar. These include:
|
| + User interactions with the previews "Saved data" infobar. These
|
| + include:
|
|
|
| Displays of the infobar and clicks on the "Load original" link.
|
| Whether the infobar was dismissed by navigation or the user clicking on
|
| @@ -55830,12 +55806,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| -<histogram name="Previews.OptOut.UserOptedOut.Offline"
|
| - enum="PreviewsUserOptedOut">
|
| +<histogram name="Previews.OptOut.UserOptedOut" enum="PreviewsUserOptedOut">
|
| <owner>ryansturm@chromium.org</owner>
|
| <summary>
|
| - Whether the user chose to reload the full page when shown an offline
|
| - preview.
|
| + Whether the user chose to reload the original page when shown a preview.
|
| </summary>
|
| </histogram>
|
|
|
| @@ -90064,8 +90038,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
|
|
| <histogram_suffixes name="Previews.Types" separator=".">
|
| <suffix name="Offline" label="Offline previews"/>
|
| - <suffix name="ClientLoFi" label="Client LoFi previews"/>
|
| + <suffix name="LitePage" label="Lite page previews"/>
|
| + <suffix name="LoFi" label="Server LoFi previews"/>
|
| <affected-histogram name="Previews.EligibilityReason"/>
|
| + <affected-histogram name="Previews.InfoBarAction"/>
|
| + <affected-histogram name="Previews.OptOut.UserOptedOut"/>
|
| </histogram_suffixes>
|
|
|
| <histogram_suffixes name="ProcessType" separator=".">
|
|
|