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"/> |