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

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

Issue 2922383002: [Merge M60] arc: Provide metric to monitor Play Store window is shown time. (Closed)
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.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 495262e12f04418bf096ea06e22c521aafa728a6..e89dc879439b97ecfe91b44d65cd2bac844dd14c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1648,6 +1648,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Arc.PlayStoreShown.TimeDelta" units="ms">
+ <owner>yusukes@google.com</owner>
+ <owner>khmel@google.com</owner>
+ <summary>
+ Elapsed time from the when the user agrees ToS to when the Play Store window
+ is shown to the user.
+ </summary>
+</histogram>
+
<histogram name="Arc.Provisioning.Result" enum="ArcProvisioningResult">
<obsolete>
Deprecated on 2016-09-15 and replaced by Arc.Provisioning.Result.Managed and
@@ -85427,6 +85436,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="Startup.AppListFirstPaintWarmStart"/>
</histogram_suffixes>
+<histogram_suffixes name="ArcUserTypes" separator=".">
+ <suffix name="Managed" label="User with forced Play Store feature"/>
+ <suffix name="Unmanaged" label="User with optional Play Store feature"/>
+ <affected-histogram name="Arc.PlayStoreShown.TimeDelta"/>
+</histogram_suffixes>
+
<histogram_suffixes name="AsyncDNSPref" separator="_">
<suffix name="Disabled"/>
<suffix name="Enabled"/>
« no previous file with comments | « chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698