| Index: tools/metrics/histograms/histograms.xml | 
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml | 
| index c72187514e8683d0058c6e7d2f361ab8aa8e7c95..8fba244cb5f571c2eb204d8b055a2486d464ecca 100644 | 
| --- a/tools/metrics/histograms/histograms.xml | 
| +++ b/tools/metrics/histograms/histograms.xml | 
| @@ -8037,6 +8037,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | 
|  | 
| <histogram name="DataReductionProxy.LoFi.UIAction" | 
| enum="DataReductionProxyLoFiUIAction"> | 
| +  <obsolete> | 
| +    Deprecated as of 9/2016, replaced by Previews.ContextMenuAction.LoFi. | 
| +  </obsolete> | 
| <owner>bengr@chromium.org</owner> | 
| <owner>megjablon@chromium.org</owner> | 
| <summary> | 
| @@ -46322,6 +46325,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | 
| </summary> | 
| </histogram> | 
|  | 
| +<histogram name="Previews.ContextMenuAction.LoFi" | 
| +    enum="PreviewsContextMenuActionLoFi"> | 
| +  <owner>bengr@chromium.org</owner> | 
| +  <owner>megjablon@chromium.org</owner> | 
| +  <summary> | 
| +    Samples of user interactions with the Lo-Fi context menu options. These | 
| +    samples include: | 
| + | 
| +    Displays and clicks on the "Load image" and "Load | 
| +    images" context menu options. Count of pages where the user has clicked | 
| +    "Load image" at least once. | 
| +  </summary> | 
| +</histogram> | 
| + | 
| <histogram name="Previews.DataInflation" units="KB"> | 
| <owner>ryansturm@chromium.org</owner> | 
| <summary> | 
| @@ -46358,6 +46375,45 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. | 
| </summary> | 
| </histogram> | 
|  | 
| +<histogram name="Previews.InfoBarAction.LitePage" enum="PreviewsInfoBarAction"> | 
| +  <owner>bengr@chromium.org</owner> | 
| +  <owner>megjablon@chromium.org</owner> | 
| +  <summary> | 
| +    Samples of user interactions with the previews LitePage "Saved | 
| +    data" infobar. These samples 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> | 
| +    Samples of user interactions with the previews Lo-Fi "Saved data" | 
| +    infobar. These samples 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> | 
| +    Samples of user interactions with the previews Offline "Faster page | 
| +    loaded" infobar. These samples 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.OriginalContentLength" units="KB"> | 
| <owner>ryansturm@chromium.org</owner> | 
| <summary> | 
| @@ -91557,6 +91613,22 @@ To add a new entry, add it with any value and run test to compute valid value. | 
| <int value="3" label="tapdown + tapunconfirmed"/> | 
| </enum> | 
|  | 
| +<enum name="PreviewsContextMenuActionLoFi" type="int"> | 
| +  <int value="0" label="'Load image' context menu item shown"/> | 
| +  <int value="1" label="'Load image' context menu item clicked"/> | 
| +  <int value="2" | 
| +      label="Pages where the user has clicked 'Load image' at least once"/> | 
| +  <int value="3" label="'Load images' context menu item shown"/> | 
| +  <int value="4" label="'Load images' context menu item clicked"/> | 
| +</enum> | 
| + | 
| +<enum name="PreviewsInfoBarAction" type="int"> | 
| +  <int value="0" label="Infobar shown"/> | 
| +  <int value="1" label="Infobar 'Load original' clicked"/> | 
| +  <int value="2" label="Infobar dismissed by user"/> | 
| +  <int value="3" label="Infobar dismissed by navigation"/> | 
| +</enum> | 
| + | 
| <enum name="PrinterServiceEventType" type="int"> | 
| <int value="0" label="Printer added"/> | 
| <int value="1" label="Page displayed (Deprecated)"/> | 
|  |