Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 21580002: Add histograms to track synced pref changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 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 histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 12914 matching lines...) Expand 10 before | Expand all | Expand 10 after
12925 </summary> 12925 </summary>
12926 </histogram> 12926 </histogram>
12927 12927
12928 <histogram name="Settings.HomePageDomain" enum="OmniboxSearchEngine"> 12928 <histogram name="Settings.HomePageDomain" enum="OmniboxSearchEngine">
12929 <summary> 12929 <summary>
12930 The id of the home page domain that is specified in user preferences when a 12930 The id of the home page domain that is specified in user preferences when a
12931 profile is loaded. 12931 profile is loaded.
12932 </summary> 12932 </summary>
12933 </histogram> 12933 </histogram>
12934 12934
12935 <histogram name="Settings.HomePageDomain.PulledFromSync"
12936 enum="OmniboxSearchEngine">
12937 <summary>
12938 The id of the home page domain whenever it's pulled down from sync to update
12939 an out-of-sync local pref store.
12940 </summary>
12941 </histogram>
12942
12943 <histogram name="Settings.HomePageDomain.PushedToSync"
12944 enum="OmniboxSearchEngine">
12945 <summary>
12946 The id of the home page domain whenever it's pushed up to sync from a change
12947 made locally.
12948 </summary>
12949 </histogram>
12950
12935 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean"> 12951 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean">
12936 <summary> 12952 <summary>
12937 Whether or not the home page user preference is set to the default NTP value 12953 Whether or not the home page user preference is set to the default NTP value
12938 when a profile is loaded. 12954 when a profile is loaded.
12939 </summary> 12955 </summary>
12940 </histogram> 12956 </histogram>
12941 12957
12958 <histogram name="Settings.HomePageIsNewTabPage.PulledFromSync" enum="Boolean">
12959 <summary>
12960 The value of the home-page-is-new-tab-page pref when pulled down from sync
12961 to update an out-of-sync local pref store.
12962 </summary>
12963 </histogram>
12964
12965 <histogram name="Settings.HomePageIsNewTabPage.PushedToSync" enum="Boolean">
12966 <summary>
12967 The value of the home-page-is-new-tab-page pref when pushed up to sync from
12968 a change made locally.
12969 </summary>
12970 </histogram>
12971
12942 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> 12972 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled">
12943 <summary> 12973 <summary>
12944 Whether or not the Home button is enabled in user preferences when a profile 12974 Whether or not the Home button is enabled in user preferences when a profile
12945 is loaded. 12975 is loaded.
12946 </summary> 12976 </summary>
12947 </histogram> 12977 </histogram>
12948 12978
12979 <histogram name="Settings.ShowHomeButton.PulledFromSync" enum="BooleanEnabled">
12980 <summary>
12981 The enabled state of the Home button pref when pulled down from sync to
12982 update an out-of-sync local pref store.
12983 </summary>
12984 </histogram>
12985
12986 <histogram name="Settings.ShowHomeButton.PushedToSync" enum="BooleanEnabled">
12987 <summary>
12988 The enabled state of the Home button pref when pushed up to sync from a
12989 change made locally.
12990 </summary>
12991 </histogram>
12992
12949 <histogram name="Settings.StartupPageDomains" enum="OmniboxSearchEngine"> 12993 <histogram name="Settings.StartupPageDomains" enum="OmniboxSearchEngine">
12950 <summary> 12994 <summary>
12951 The ids of startup page domains that are specified in user preferences when 12995 The ids of startup page domains that are specified in user preferences when
12952 a profile is loaded. 12996 a profile is loaded.
12953 </summary> 12997 </summary>
12954 </histogram> 12998 </histogram>
12955 12999
13000 <histogram name="Settings.StartupPageDomains.PulledFromSync"
13001 enum="OmniboxSearchEngine">
13002 <summary>
13003 The ids of startup page domains that are pulled down from sync to update an
13004 out-of-sync local pref store.
13005 </summary>
13006 </histogram>
13007
13008 <histogram name="Settings.StartupPageDomains.PushedToSync"
13009 enum="OmniboxSearchEngine">
13010 <summary>
13011 The ids of startup page domains that are pushed up to sync from a change
13012 made locally.
13013 </summary>
13014 </histogram>
13015
12956 <histogram name="Settings.StartupPageLoadSettings" enum="SessionStartupPref"> 13016 <histogram name="Settings.StartupPageLoadSettings" enum="SessionStartupPref">
12957 <summary>The startup page settings when a profile is loaded.</summary> 13017 <summary>The startup page settings when a profile is loaded.</summary>
12958 </histogram> 13018 </histogram>
12959 13019
13020 <histogram name="Settings.StartupPageLoadSettings.PulledFromSync"
13021 enum="SessionStartupPref">
13022 <summary>
13023 The startup page setting when pulled down from sync to update an out-of-sync
13024 local pref store.
13025 </summary>
13026 </histogram>
13027
13028 <histogram name="Settings.StartupPageLoadSettings.PushedToSync"
13029 enum="SessionStartupPref">
13030 <summary>
13031 The startup page setting when pushed up to sync from a change made locally.
13032 </summary>
13033 </histogram>
13034
12960 <histogram name="Settings.StartupPageLoadURLs"> 13035 <histogram name="Settings.StartupPageLoadURLs">
12961 <summary> 13036 <summary>
12962 The number of URLs to be loaded on startup when a profile is loaded, if the 13037 The number of URLs to be loaded on startup when a profile is loaded, if the
12963 startup page setting is set to load URLs. 13038 startup page setting is set to load URLs.
12964 </summary> 13039 </summary>
12965 </histogram> 13040 </histogram>
12966 13041
12967 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult"> 13042 <histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult">
12968 <summary> 13043 <summary>
12969 Whether or not the CRC was checked at the moment when the last reference to 13044 Whether or not the CRC was checked at the moment when the last reference to
(...skipping 10967 matching lines...) Expand 10 before | Expand all | Expand 10 after
23937 <group name="Disabled" label="Neither extra webstore link is visible"/> 24012 <group name="Disabled" label="Neither extra webstore link is visible"/>
23938 <group name="FooterLink" label="Link in bottom right of footer"/> 24013 <group name="FooterLink" label="Link in bottom right of footer"/>
23939 <group name="PlusIcon" label="Plus icon in apps page"/> 24014 <group name="PlusIcon" label="Plus icon in apps page"/>
23940 <affected-histogram name="Extensions.AppLaunch"/> 24015 <affected-histogram name="Extensions.AppLaunch"/>
23941 <affected-histogram name="NewTabPage.DefaultPageType"/> 24016 <affected-histogram name="NewTabPage.DefaultPageType"/>
23942 </fieldtrial> 24017 </fieldtrial>
23943 24018
23944 </fieldtrials> 24019 </fieldtrials>
23945 24020
23946 </histogram-configuration> 24021 </histogram-configuration>
OLDNEW
« chrome/browser/prefs/pref_metrics_service.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698