| 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 <!-- | 7 <!-- | 
| 8 This file is used to generate a comprehensive list of Chrome rappor metrics | 8 This file is used to generate a comprehensive list of Chrome rappor metrics | 
| 9 along with a detailed description for each histogram. See the design doc at | 9 along with a detailed description for each histogram. See the design doc at | 
| 10 http://www.chromium.org/developers/design-documents/rappor | 10 http://www.chromium.org/developers/design-documents/rappor | 
| (...skipping 1142 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1153 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" | 1153 <rappor-metric name="NTP.ExplicitUserAction.PageNavigation.OmniboxNonSearch" | 
| 1154     type="UMA_RAPPOR_TYPE"> | 1154     type="UMA_RAPPOR_TYPE"> | 
| 1155   <owner>knn@chromium.org</owner> | 1155   <owner>knn@chromium.org</owner> | 
| 1156   <summary> | 1156   <summary> | 
| 1157     The eTLD+1 of the website visited by a user by typing the URL in the omnibox | 1157     The eTLD+1 of the website visited by a user by typing the URL in the omnibox | 
| 1158     including those completed from suggestions but not including those that end | 1158     including those completed from suggestions but not including those that end | 
| 1159     up being searches in the search engine. | 1159     up being searches in the search engine. | 
| 1160   </summary> | 1160   </summary> | 
| 1161 </rappor-metric> | 1161 </rappor-metric> | 
| 1162 | 1162 | 
|  | 1163 <rappor-metric name="NTP.SuggestionsImpressions.IconsColor" | 
|  | 1164     type="UMA_RAPPOR_TYPE"> | 
|  | 1165   <owner>mastiz@chromium.org</owner> | 
|  | 1166   <summary> | 
|  | 1167     The eTLD+1 of a most visited tile displayed in the NTP, for cases where the | 
|  | 1168     fallback color was used (as opposed to having an icon, or simply being | 
|  | 1169     gray). | 
|  | 1170   </summary> | 
|  | 1171 </rappor-metric> | 
|  | 1172 | 
|  | 1173 <rappor-metric name="NTP.SuggestionsImpressions.IconsGray" | 
|  | 1174     type="UMA_RAPPOR_TYPE"> | 
|  | 1175   <owner>mastiz@chromium.org</owner> | 
|  | 1176   <summary> | 
|  | 1177     The eTLD+1 of a most visited tile displayed in the NTP, for cases where the | 
|  | 1178     gray fallback icon was used (as opposed to having an icon, or a fallback | 
|  | 1179     color). | 
|  | 1180   </summary> | 
|  | 1181 </rappor-metric> | 
|  | 1182 | 
|  | 1183 <rappor-metric name="NTP.SuggestionsImpressions.IconsReal" | 
|  | 1184     type="UMA_RAPPOR_TYPE"> | 
|  | 1185   <owner>mastiz@chromium.org</owner> | 
|  | 1186   <summary> | 
|  | 1187     The eTLD+1 of a most visited tile displayed in the NTP, for cases where the | 
|  | 1188     real icon was used (as opposed to having a fallback color or simply being | 
|  | 1189     gray). | 
|  | 1190   </summary> | 
|  | 1191 </rappor-metric> | 
|  | 1192 | 
| 1163 <rappor-metric name="Navigation.Scheme.Data" type="ETLD_PLUS_ONE"> | 1193 <rappor-metric name="Navigation.Scheme.Data" type="ETLD_PLUS_ONE"> | 
| 1164   <owner>meacer@chromium.org</owner> | 1194   <owner>meacer@chromium.org</owner> | 
| 1165   <summary> | 1195   <summary> | 
| 1166     The domain and registry of the URL that resulted in a main frame navigation | 1196     The domain and registry of the URL that resulted in a main frame navigation | 
| 1167     to a |data:| URL. This includes page initiated navigations (e.g. redirects) | 1197     to a |data:| URL. This includes page initiated navigations (e.g. redirects) | 
| 1168     and users clicking links, but excludes navigations initiated by users typing | 1198     and users clicking links, but excludes navigations initiated by users typing | 
| 1169     |data:| URLs. | 1199     |data:| URLs. | 
| 1170   </summary> | 1200   </summary> | 
| 1171 </rappor-metric> | 1201 </rappor-metric> | 
| 1172 | 1202 | 
| (...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2165     <flag bit="1" label="IS_REPEAT_VISIT"/> | 2195     <flag bit="1" label="IS_REPEAT_VISIT"/> | 
| 2166     <summary> | 2196     <summary> | 
| 2167       Bitfield of the state from an SSL warning interstitial. | 2197       Bitfield of the state from an SSL warning interstitial. | 
| 2168     </summary> | 2198     </summary> | 
| 2169   </flags-field> | 2199   </flags-field> | 
| 2170 </rappor-metric> | 2200 </rappor-metric> | 
| 2171 | 2201 | 
| 2172 </rappor-metrics> | 2202 </rappor-metrics> | 
| 2173 | 2203 | 
| 2174 </rappor-configuration> | 2204 </rappor-configuration> | 
| OLD | NEW | 
|---|