| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 0fdeeb1de72d951a07241bc23f21cb28593dbcd5..8e9a451843c936b69adedce7cc5f41fa9c28a91f 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -47951,20 +47951,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <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.OptOut.DBRowCount" units="rows">
|
| + <owner>ryansturm@chromium.org</owner>
|
| + <summary>
|
| + The number of rows in the Previews opt out SQLite table at profile startup.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Previews.OriginalContentLength" units="KB">
|
| <owner>ryansturm@chromium.org</owner>
|
| <summary>
|
| The estimated content length of a page load using a preview optimization.
|
| </summary>
|
| </histogram>
|
|
|
| <histogram name="PrinterService.PrinterServiceEvent"
|
| enum="PrinterServiceEventType">
|
| <owner>vitalybuka@chromium.org</owner>
|
|
|