1<!-- 2Copyright 2014 The Chromium Authors. All rights reserved. 3Use of this source code is governed by a BSD-style license that can be 4found in the LICENSE file. 5--> 6 7<!-- 8This file is used to generate a comprehensive list of Chrome rappor metrics 9along with a detailed description for each histogram. See the design doc at 10http://www.chromium.org/developers/design-documents/rappor 11for a description of rappor metrics. 12 13TODO(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="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE"> 23 <owner>rdevlin.cronin@chromium.org</owner> 24 <summary> 25 The eTLD+1 of a URL that might be doing ad injection. 26 </summary> 27</rappor-metric> 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 62</rappor-metrics> 63 64</rappor-configuration> 65