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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2867373003: Add metrics for webapk update rate. (Closed)
Patch Set: 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/android/java/src/org/chromium/chrome/browser/metrics/WebApkUma.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 8b5dd5c804e344df612a0a8530a124c680d98038..3a9b06f8c89194f334ea6815d08a59af591115b3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -78990,6 +78990,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebApk.Update.GooglePlayUpdateResult"
+ enum="WebApkGooglePlayInstallResult">
+ <owner>hanxi@chromium.org</owner>
+ <owner>pkotwicz@chromium.org</owner>
+ <owner>yfriedman@chromium.org</owner>
+ <summary>
+ Records whether updating a WebAPK from Google Play succeeded. If not,
+ records the reason that the update failed.
+ </summary>
+</histogram>
+
<histogram name="WebApk.Update.RequestQueued" enum="WebApkUpdateRequestQueued">
<owner>hanxi@chromium.org</owner>
<owner>pkotwicz@chromium.org</owner>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/metrics/WebApkUma.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698