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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2015 The Chromium Authors. All rights reserved. 2 Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <rappor-configuration> 7 <rappor-configuration>
8 <!-- 8 <!--
9 This file is used to generate a comprehensive list of Chrome rappor metrics 9 This file is used to generate a comprehensive list of Chrome rappor metrics
10 along with a detailed description for each histogram. See the design doc at 10 along with a detailed description for each histogram. See the design doc at
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 139
140 <rappor-metric name="Android.ExternalNavigationNotChosen" 140 <rappor-metric name="Android.ExternalNavigationNotChosen"
141 type="UMA_RAPPOR_TYPE"> 141 type="UMA_RAPPOR_TYPE">
142 <owner>mariakhomenko@chromium.org</owner> 142 <owner>mariakhomenko@chromium.org</owner>
143 <summary> 143 <summary>
144 The package name of an application that was given as an alternative choice 144 The package name of an application that was given as an alternative choice
145 to handling a URL in Chrome, but wasn't chosen. 145 to handling a URL in Chrome, but wasn't chosen.
146 </summary> 146 </summary>
147 </rappor-metric> 147 </rappor-metric>
148 148
149 <rappor-metric name="Android.PageLoadDueToExternalApp" type="UMA_RAPPOR_TYPE">
150 <owner>mariakhomenko@chromium.org</owner>
151 <summary>
152 The package name of an application that sent an intent to Chrome. The name
153 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
154 application.
155 </summary>
156 </rappor-metric>
157
149 <rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE"> 158 <rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE">
150 <owner>dfalcantara@chromium.org</owner> 159 <owner>dfalcantara@chromium.org</owner>
151 <summary> 160 <summary>
152 The eTLD+1 of a URL that displayed a native app banner, which was explicitly 161 The eTLD+1 of a URL that displayed a native app banner, which was explicitly
153 dismissed by the user. 162 dismissed by the user.
154 </summary> 163 </summary>
155 </rappor-metric> 164 </rappor-metric>
156 165
157 <rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE"> 166 <rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE">
158 <owner>dfalcantara@chromium.org</owner> 167 <owner>dfalcantara@chromium.org</owner>
(...skipping 1907 matching lines...) Expand 10 before | Expand all | Expand 10 after
2066 <flag>Bit 1: IS_REPEAT_VISIT</flag> 2075 <flag>Bit 1: IS_REPEAT_VISIT</flag>
2067 <summary> 2076 <summary>
2068 Bitfield of the state from an SSL warning interstitial. 2077 Bitfield of the state from an SSL warning interstitial.
2069 </summary> 2078 </summary>
2070 </flags-field> 2079 </flags-field>
2071 </rappor-metric> 2080 </rappor-metric>
2072 2081
2073 </rappor-metrics> 2082 </rappor-metrics>
2074 2083
2075 </rappor-configuration> 2084 </rappor-configuration>
OLDNEW
« 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