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

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

Issue 2962523003: Improve histogram and actions for CBD dialog (Closed)
Patch Set: Record from java Created 3 years, 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fd2b1cad344a9d77b5f907f50bf3e65d0ee5b2f6..0581fc14032a7dfca0ccfca10dd9f1a2d9e8e040 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24111,6 +24111,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="History.ClearBrowsingData.TimeSpentInDialog" units="ms">
+ <owner>dullweber@chromium.org</owner>
+ <owner>msramek@chromium.org</owner>
+ <summary>
+ Time spent in Clear Browsing Data dialog. From opening the dialog until data
rkaplow 2017/06/27 21:40:33 may want to clarify - this only records when data
dullweber 2017/06/28 09:09:33 yes, that is right. I will look into recording abo
+ is cleared.
+ </summary>
+</histogram>
+
<histogram name="History.ClearBrowsingData.UserDeletedCookieOrCache"
enum="CookieOrCacheDeletion">
<owner>msramek@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698