OLD | NEW |
(Empty) | |
| 1 <!-- |
| 2 Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. |
| 5 --> |
| 6 |
| 7 <!-- |
| 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 |
| 10 http://www.chromium.org/developers/design-documents/rappor |
| 11 for a description of rappor metrics. |
| 12 |
| 13 TODO(holte): Add validation and pretty printing scripts. |
| 14 --> |
| 15 |
| 16 <rappor-configuration> |
| 17 |
| 18 <!-- Rappor metric definitions --> |
| 19 |
| 20 <rappor-metrics> |
| 21 |
| 22 <rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE"> |
| 23 <owner>holte@chromium.org</owner> |
| 24 <summary> |
| 25 The eTLD+1 of the prefs::kHomePage setting. Only recorded if the URL is |
| 26 valid and prefs::kHomePageIsNewTabPage is false. |
| 27 </summary> |
| 28 </rappor-metric> |
| 29 |
| 30 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> |
| 31 <owner>rdevlin.cronin@chromium.org</owner> |
| 32 <summary> |
| 33 The eTLD+1 of a URL that might be doing ad injection. |
| 34 </summary> |
| 35 </rappor-metric> |
| 36 |
| 37 </rappor-metrics> |
| 38 |
| 39 </rappor-configuration> |
OLD | NEW |