Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1968983002: Add histograms for notices about other forms of browsing history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « ios/chrome/browser/ui/webui/history/browsing_history_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « ios/chrome/browser/ui/webui/history/browsing_history_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698