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.
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.
13 TODO(holte): Add validation and pretty printing scripts.
16 <rappor-configuration>
18 <!-- Rappor metric definitions -->
22 <rappor-metric name="Extensions.PossibleAdInjection2" type="ETLD_PLUS_ONE">
23 <owner>rdevlin.cronin@chromium.org</owner>
25 The eTLD+1 of a URL that might be doing ad injection.
29 <rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE">
30 <owner>holte@chromium.org</owner>
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.
37 <rappor-metric name="Settings.FirstStartupPage" type="ETLD_PLUS_ONE">
38 <owner>holte@chromium.org</owner>
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
46 <rappor-metric name="Settings.HomePage2" type="ETLD_PLUS_ONE">
47 <owner>holte@chromium.org</owner>
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.
54 <rappor-metric name="Settings.NewTabPage" type="ETLD_PLUS_ONE">
55 <owner>holte@chromium.org</owner>
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.
64 </rappor-configuration>