| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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 |
| 11 for a description of rappor metrics. | 11 for a description of rappor metrics. |
| 12 | 12 |
| 13 TODO(holte): Add validation and pretty printing scripts. | 13 TODO(holte): Add validation and pretty printing scripts. |
| 14 --> | 14 --> |
| 15 | 15 |
| 16 <rappor-configuration> | 16 <rappor-configuration> |
| 17 | 17 |
| 18 <!-- Rappor metric definitions --> | 18 <!-- Rappor metric definitions --> |
| 19 | 19 |
| 20 <rappor-metrics> | 20 <rappor-metrics> |
| 21 | 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"> | 22 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> |
| 31 <owner>rdevlin.cronin@chromium.org</owner> | 23 <owner>rdevlin.cronin@chromium.org</owner> |
| 32 <summary> | 24 <summary> |
| 33 The eTLD+1 of a URL that might be doing ad injection. | 25 The eTLD+1 of a URL that might be doing ad injection. |
| 34 </summary> | 26 </summary> |
| 35 </rappor-metric> | 27 </rappor-metric> |
| 36 | 28 |
| 29 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE"> |
| 30 <owner>holte@chromium.org</owner> |
| 31 <summary> |
| 32 The domain and registry of the URL for the default search engine. |
| 33 Recorded when a profile is opened or after a profile reset. |
| 34 </summary> |
| 35 </rappor-metric> |
| 36 |
| 37 <rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE"> |
| 38 <owner>holte@chromium.org</owner> |
| 39 <summary> |
| 40 The domain and registry of the URL of the first page opened on startup. |
| 41 Recorded when a profile is loaded if preferences specify a fixed set of URLs |
| 42 to open on startup. |
| 43 </summary> |
| 44 </rappor-metric> |
| 45 |
| 46 <rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE"> |
| 47 <owner>holte@chromium.org</owner> |
| 48 <summary> |
| 49 The eTLD+1 of the prefs::kHomePage setting. Recorded when a profile is |
| 50 loaded if the URL is valid and prefs::kHomePageIsNewTabPage is false. |
| 51 </summary> |
| 52 </rappor-metric> |
| 53 |
| 54 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE"> |
| 55 <owner>holte@chromium.org</owner> |
| 56 <summary> |
| 57 The domain and registry of the URL chrome://newtab is rewritten to. |
| 58 Recorded when a profile is loaded, if the URL is valid. |
| 59 </summary> |
| 60 </rappor-metric> |
| 61 |
| 37 </rappor-metrics> | 62 </rappor-metrics> |
| 38 | 63 |
| 39 </rappor-configuration> | 64 </rappor-configuration> |
| OLD | NEW |