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

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

Issue 2852003002: Adds mailto: URL support to app launching. (Closed)
Patch Set: fixed lack of persistency of setDefaultHandlerID: 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 ae4fb0eb3a3bd840ed794262ab3116f4aab9b9a8..6df9034534b8abb241fb7ae6b149d990e402af79 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -26054,6 +26054,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="MailtoURLRewriter.Rewritten">
+ <owner>pkl@chromium.org</owner>
+ <summary>
+ Keeps track of the times that a user tapped on a mailto: link and whether
+ the URL has been rewritten for an available native Mail client app or not.
+ </summary>
+</histogram>
+
<histogram name="ManagedUsers.ChromeOS.PasswordChange"
enum="ManagedUserPasswordChange">
<owner>achuith@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698