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

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

Issue 2272863004: Log a rappor metric for external app ids. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add rappor.xml Created 4 years, 4 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 6bd05359ada6d24af4790752aa14a627b71661ea..dac32f28b8a26cba5096356fbbc9687615a502d4 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -146,6 +146,15 @@ components/rappor/rappor_parameters.h.
</summary>
</rappor-metric>
+<rappor-metric name="Android.PageLoadDueToExternalApp" type="UMA_RAPPOR_TYPE">
+ <owner>mariakhomenko@chromium.org</owner>
+ <summary>
+ The package name of an application that sent an intent to Chrome. The name
+ is taken from EXTRA_APPLICATION_ID passed to Chrome in the intent by the
Steven Holte 2016/08/25 01:21:32 You'll need to provide a list of candidates in //g
+ application.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE">
<owner>dfalcantara@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/IntentHandler.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698