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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2874563002: Download home : Added info menu icon (Closed)
Patch Set: nits Created 3 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 | « chrome/browser/android/chrome_feature_list.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 7400ff4b9423df282aba7d8ddb4f26d2b7c6b71b..9c1dc5d3ab91cf28d5b30da99f2943eb446168c8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -649,6 +649,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>The percentage of total storage downloads consume.</summary>
</histogram>
+<histogram name="Android.DownloadManager.StorageInfo" enum="BooleanEnabled">
Ilya Sherman 2017/05/12 00:08:27 nit: I'd name this histogram "Android.DownloadMana
shaktisahu 2017/05/12 00:34:08 Done.
+ <owner>shaktisahu@chromium.org</owner>
+ <summary>
+ Recorded when the user clicks the info button on download home to toggle the
+ storage info. Enabled is recorded when storage info is shown and disabled
+ when it is hidden.
Ilya Sherman 2017/05/12 00:08:27 I think this second sentence is describing how to
shaktisahu 2017/05/12 00:34:08 Done. Using BooleanVisible.
+ </summary>
+</histogram>
+
<histogram name="Android.HistoryPage.OpenSelected">
<owner>twellington@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698