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

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: Fix indent 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/omaha/OmahaUpdateInfobar.java ('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 0596909634f63d735965d6a0df5c045a03e009e9..aa39c3d09e0436652243ebf6cefa2d55e8b423cc 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>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/omaha/OmahaUpdateInfobar.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698