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

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

Issue 2852003002: Adds mailto: URL support to app launching. (Closed)
Patch Set: addressed comments from rohitrao and asvitkine 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c972efa71f7ad8c2bedb93fcd8ebc8f5416166e9..75787cd7a6516213a438867c4648c6f81bec1b6f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -25164,6 +25164,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Network channel used for invalidations.</summary>
</histogram>
+<histogram name="IOS.MailtoURLRewritten" enum="Boolean">
+ <owner>pkl@chromium.org</owner>
+ <summary>
+ Counts the times when a mailto: URL is tapped by user and whether the URL
+ has been rewritten for an available native Mail client app or not.
+ </summary>
+</histogram>
+
<histogram name="IOS.ShareExtension.ReceivedEntriesCount" units="files">
<owner>olivierrobin@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698