| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index ec1fbd8910eb374475b63b75f3a212c2b76a3d01..c5c5cbfd2a73f355412ba0a007a2cd841014f647 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -16510,6 +16510,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </histogram>
|
|
|
| <histogram
|
| + name="History.ClearBrowsingData.HistoryNoticeShownInFooterWhenUpdated"
|
| + enum="BooleanShown">
|
| + <owner>msramek@chromium.org</owner>
|
| + <summary>
|
| + Whether a notice about other forms of browsing history was shown in the
|
| + footer of the Clear Browsing Data dialog. This is recorded every time the
|
| + dialog is opened.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram
|
| name="History.ClearBrowsingData.PasswordsDeletion.AdditionalDatatypesCount">
|
| <owner>msramek@chromium.org</owner>
|
| <summary>
|
| @@ -16518,6 +16529,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="History.ClearBrowsingData.ShownHistoryNoticeAfterClearing"
|
| + enum="BooleanShown">
|
| + <owner>msramek@chromium.org</owner>
|
| + <summary>
|
| + Whether a dialog with a notice about other forms of browsing history was
|
| + shown after the user deleted data from the Clear Browsing Data dialog.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="History.ClearBrowsingData.UserDeletedCookieOrCache"
|
| enum="CookieOrCacheDeletion">
|
| <owner>msramek@chromium.org</owner>
|
| @@ -16852,6 +16872,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="History.ShownHeaderAboutOtherFormsOfBrowsingHistory"
|
| + enum="BooleanShown">
|
| + <owner>msramek@chromium.org</owner>
|
| + <summary>
|
| + Whether the notice about other forms of browsing history was shown in the
|
| + header of the History page when the header was displayed. The header is
|
| + refreshed with every history query.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="History.TopHostsVisitsByRank" units="rank">
|
| <owner>twifkak@chromium.org</owner>
|
| <owner>bengr@chromium.org</owner>
|
|
|