diff options
author | meacer@chromium.org <meacer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-11 20:48:56 +0000 |
---|---|---|
committer | meacer@chromium.org <meacer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-11 20:48:56 +0000 |
commit | 354b7abca5c7ed4e96464aa60730f7982863e126 (patch) | |
tree | d5bf2352b869dc2e94d98ca63f5dc1e7ce210898 /tools | |
parent | 069c49161e9a135b3f893271ca06cfeba97418eb (diff) | |
download | chromium_src-354b7abca5c7ed4e96464aa60730f7982863e126.zip chromium_src-354b7abca5c7ed4e96464aa60730f7982863e126.tar.gz chromium_src-354b7abca5c7ed4e96464aa60730f7982863e126.tar.bz2 |
Add histograms for pinned tabs on startup.
This change adds two new histograms.
Settings.PinnedTabs: Number of pinned tabs on startup.
Settings.PinnedTabEngineTypes: Search engine types of pinned tab URLs,
assuming the URLs are search engine URLs.
BUG=287945
Review URL: https://chromiumcodereview.appspot.com/23498026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222624 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 19074ec..8e370bc 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -14355,6 +14355,19 @@ other types of suffix sets. </summary> </histogram> +<histogram name="Settings.PinnedTabEngineTypes" enum="OmniboxSearchEngineType"> + <summary> + Tries to pretend pinned tab URLs are search URLs, and records the search + engine types of those URLs by comparing the TLD+1s of the URLs with those of + the different known search engines. Recorded when a profile is opened, if + there are pinned tabs. Note that at least one profile is opened on startup. + </summary> +</histogram> + +<histogram name="Settings.PinnedTabs"> + <summary>The number of pinned tabs opened when a profile is loaded.</summary> +</histogram> + <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled"> <summary> Whether or not the home button is enabled in user preferences when a profile |