| 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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 874 | 874 |
| 875 <rappor-metric name="CustomTabs.ServiceClient.PackageName" | 875 <rappor-metric name="CustomTabs.ServiceClient.PackageName" |
| 876 type="UMA_RAPPOR_TYPE"> | 876 type="UMA_RAPPOR_TYPE"> |
| 877 <owner>yusufo@chromium.org</owner> | 877 <owner>yusufo@chromium.org</owner> |
| 878 <summary> | 878 <summary> |
| 879 The package name for a client that has connected through the custom tabs | 879 The package name for a client that has connected through the custom tabs |
| 880 service. | 880 service. |
| 881 </summary> | 881 </summary> |
| 882 </rappor-metric> | 882 </rappor-metric> |
| 883 | 883 |
| 884 <rappor-metric name="CustomTabs.ServiceClient.PackageNameThirdParty" |
| 885 type="UMA_RAPPOR_TYPE"> |
| 886 <owner>yusufo@chromium.org</owner> |
| 887 <summary> |
| 888 The package name for a client that has connected through the custom tabs |
| 889 service excluding Google Search App. |
| 890 </summary> |
| 891 </rappor-metric> |
| 892 |
| 884 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE"> | 893 <rappor-metric name="DeviceSensors.DeviceMotion" type="ETLD_PLUS_ONE"> |
| 885 <owner>timvolodine@chromium.org</owner> | 894 <owner>timvolodine@chromium.org</owner> |
| 886 <summary> | 895 <summary> |
| 887 The domain and registry of the URL that is using Device Motion API. | 896 The domain and registry of the URL that is using Device Motion API. |
| 888 </summary> | 897 </summary> |
| 889 </rappor-metric> | 898 </rappor-metric> |
| 890 | 899 |
| 891 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> | 900 <rappor-metric name="DeviceSensors.DeviceOrientation" type="ETLD_PLUS_ONE"> |
| 892 <owner>timvolodine@chromium.org</owner> | 901 <owner>timvolodine@chromium.org</owner> |
| 893 <summary> | 902 <summary> |
| (...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2362 <flag bit="1" label="IS_REPEAT_VISIT"/> | 2371 <flag bit="1" label="IS_REPEAT_VISIT"/> |
| 2363 <summary> | 2372 <summary> |
| 2364 Bitfield of the state from an SSL warning interstitial. | 2373 Bitfield of the state from an SSL warning interstitial. |
| 2365 </summary> | 2374 </summary> |
| 2366 </flags-field> | 2375 </flags-field> |
| 2367 </rappor-metric> | 2376 </rappor-metric> |
| 2368 | 2377 |
| 2369 </rappor-metrics> | 2378 </rappor-metrics> |
| 2370 | 2379 |
| 2371 </rappor-configuration> | 2380 </rappor-configuration> |
| OLD | NEW |