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

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

Issue 2092253002: Record UMA in ArcNavigationThrottle::OnDisambigDialogClosed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 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/chromeos/arc/arc_navigation_throttle.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 4efad5d71eff4c442afd7346449956087716a504..ec7d6c192c4a2383239db6f82cbb6921216f6863 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -970,6 +970,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<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>
+</histogram>
+
<histogram name="Arc.LowMemoryKiller.Count">
<owner>elijahtaylor@google.com</owner>
<owner>mitsuji@google.com</owner>
@@ -65206,6 +65212,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="4" label="Outside of NTP (e.g. bookmarks bar)"/>
</enum>
+<enum name="ArcIntentHandlerAction" type="int">
+ <summary>Defines Arc intent handler actions</summary>
+ <int value="0" label="Error"/>
+ <int value="1" label="Dialog deactivated"/>
+ <int value="2" label="Always"/>
+ <int value="3" label="Just once"/>
+ <int value="4" label="Preferred activity found"/>
+</enum>
+
<enum name="ArcOptInAction" type="int">
<summary>Defines Arc OptIn actions</summary>
<int value="0" label="Opted In"/>
« no previous file with comments | « chrome/browser/chromeos/arc/arc_navigation_throttle.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698