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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2476783002: Adding a destination platform histogram for UMA. (Closed)
Patch Set: Style fixes, git cl lint/format Created 4 years, 1 month 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 93ea14f12ed4a018cc65c2f10994b2c3a7290c46..adf7f1c921e03eeccc5d7f56e957ee6baf8e146e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1218,7 +1218,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Arc.IntentHandlerAction" enum="ArcIntentHandlerAction">
<owner>elijahtaylor@google.com</owner>
<owner>mitsuji@google.com</owner>
- <summary>Arc intent handler action taken by user.</summary>
+ <summary>ARC intent handler action taken by user.</summary>
+</histogram>
+
+<histogram name="Arc.IntentHandlerDestinationPlatform"
+ enum="ArcIntentHandlerDestinationPlatform">
+ <owner>elijahtaylor@google.com</owner>
+ <owner>mitsuji@google.com</owner>
+ <summary>
+ ARC intent handler destination platform. The destination may be specified
+ due to the user explicit selection or a previously stored preference.
+ </summary>
</histogram>
<histogram name="Arc.LowMemoryKiller.Count">
@@ -73462,6 +73472,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="4" label="Preferred activity found"/>
</enum>
+<enum name="ArcIntentHandlerDestinationPlatform" type="int">
+ <summary>
+ Defines ARC intent handler platforms to continue the navigation.
+ </summary>
+ <int value="0" label="ARC"/>
+ <int value="1" label="Chrome"/>
+</enum>
+
<enum name="ArcOptInAction" type="int">
<summary>Defines Arc OptIn actions</summary>
<int value="0" label="Opted In"/>

Powered by Google App Engine
This is Rietveld 408576698