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

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

Issue 20722007: Only log HomePageIsNewTabPage if home button is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup and reapply 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
« no previous file with comments | « chrome/browser/prefs/pref_metrics_service.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12903 matching lines...) Expand 10 before | Expand all | Expand 10 after
12914 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> 12914 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine">
12915 <summary> 12915 <summary>
12916 The id of the default search engine that is loaded after Chrome startup. See 12916 The id of the default search engine that is loaded after Chrome startup. See
12917 src/chrome/browser/search_engines/prepopulate_engines.json for more info. 12917 src/chrome/browser/search_engines/prepopulate_engines.json for more info.
12918 </summary> 12918 </summary>
12919 </histogram> 12919 </histogram>
12920 12920
12921 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean"> 12921 <histogram name="Settings.HomePageIsNewTabPage" enum="Boolean">
12922 <summary> 12922 <summary>
12923 Whether or not the home page user preference is set to the default NTP value 12923 Whether or not the home page user preference is set to the default NTP value
12924 when a profile is loaded. 12924 when a profile is loaded. This is only logged if the Home button is enabled.
12925 </summary> 12925 </summary>
12926 </histogram> 12926 </histogram>
12927 12927
12928 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> 12928 <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled">
12929 <summary> 12929 <summary>
12930 Whether or not the Home button is enabled in user preferences when a profile 12930 Whether or not the Home button is enabled in user preferences when a profile
12931 is loaded. 12931 is loaded.
12932 </summary> 12932 </summary>
12933 </histogram> 12933 </histogram>
12934 12934
(...skipping 11114 matching lines...) Expand 10 before | Expand all | Expand 10 after
24049 <group name="Disabled" label="Neither extra webstore link is visible"/> 24049 <group name="Disabled" label="Neither extra webstore link is visible"/>
24050 <group name="FooterLink" label="Link in bottom right of footer"/> 24050 <group name="FooterLink" label="Link in bottom right of footer"/>
24051 <group name="PlusIcon" label="Plus icon in apps page"/> 24051 <group name="PlusIcon" label="Plus icon in apps page"/>
24052 <affected-histogram name="Extensions.AppLaunch"/> 24052 <affected-histogram name="Extensions.AppLaunch"/>
24053 <affected-histogram name="NewTabPage.DefaultPageType"/> 24053 <affected-histogram name="NewTabPage.DefaultPageType"/>
24054 </fieldtrial> 24054 </fieldtrial>
24055 24055
24056 </fieldtrials> 24056 </fieldtrials>
24057 24057
24058 </histogram-configuration> 24058 </histogram-configuration>
OLDNEW
« no previous file with comments | « chrome/browser/prefs/pref_metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698