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

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

Issue 1309143004: Add UMA metrics to record the size of internal memory available on a user's device when the Update … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding RecordLinearHistogram. Created 5 years, 4 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 b8ac7b7cb6a94b0961dbb7139b57bae74b40b84a..9776912aa6f54358db30e8ffd2edf32cf9e7ce76 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13515,6 +13515,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GoogleUpdate.InfoBar.InternalStorageSizeAvailable" units="MB">
+ <owner>yfriedman@chromium.org</owner>
+ <owner>dfalcantara@chromium.org</owner>
+ <owner>khushalsagar@chromium.org</owner>
+ <summary>
+ (Android-only) The amount of internal memory storage available on the user's
+ device when the InfoBar is shown.
+ </summary>
+</histogram>
+
<histogram name="GoogleUpdate.InfoBar.TimeShown" units="milliseconds">
<owner>yfriedman@chromium.org</owner>
<owner>dfalcantara@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698