OLD | NEW |
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 <parameters num-cohorts="128" bytes="4" hash-functions="2" fake-prob="0.5" | 130 <parameters num-cohorts="128" bytes="4" hash-functions="2" fake-prob="0.5" |
131 fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25" | 131 fake-one-prob="0.5" one-coin-prob="0.75" zero-coin-prob="0.25" |
132 reporting-level="FINE" noise-level="NORMAL_NOISE"/> | 132 reporting-level="FINE" noise-level="NORMAL_NOISE"/> |
133 </rappor-parameters> | 133 </rappor-parameters> |
134 | 134 |
135 </rappor-parameter-types> | 135 </rappor-parameter-types> |
136 | 136 |
137 <rappor-metrics> | 137 <rappor-metrics> |
138 <!-- Rappor metric definitions --> | 138 <!-- Rappor metric definitions --> |
139 | 139 |
| 140 <rappor-metric name="Android.ExternalNavigationNotChosen" |
| 141 type="UMA_RAPPOR_TYPE"> |
| 142 <owner>mariakhomenko@chromium.org</owner> |
| 143 <summary> |
| 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. |
| 146 </summary> |
| 147 </rappor-metric> |
| 148 |
140 <rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE"> | 149 <rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE"> |
141 <owner>dfalcantara@chromium.org</owner> | 150 <owner>dfalcantara@chromium.org</owner> |
142 <summary> | 151 <summary> |
143 The eTLD+1 of a URL that displayed a native app banner, which was explicitly | 152 The eTLD+1 of a URL that displayed a native app banner, which was explicitly |
144 dismissed by the user. | 153 dismissed by the user. |
145 </summary> | 154 </summary> |
146 </rappor-metric> | 155 </rappor-metric> |
147 | 156 |
148 <rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE"> | 157 <rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE"> |
149 <owner>dfalcantara@chromium.org</owner> | 158 <owner>dfalcantara@chromium.org</owner> |
(...skipping 1877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2027 <flag>Bit 1: IS_REPEAT_VISIT</flag> | 2036 <flag>Bit 1: IS_REPEAT_VISIT</flag> |
2028 <summary> | 2037 <summary> |
2029 Bitfield of the state from an SSL warning interstitial. | 2038 Bitfield of the state from an SSL warning interstitial. |
2030 </summary> | 2039 </summary> |
2031 </flags-field> | 2040 </flags-field> |
2032 </rappor-metric> | 2041 </rappor-metric> |
2033 | 2042 |
2034 </rappor-metrics> | 2043 </rappor-metrics> |
2035 | 2044 |
2036 </rappor-configuration> | 2045 </rappor-configuration> |
OLD | NEW |