| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index afea75b4ed5cc41d715ca44822b09d665a84375c..caa28dd6d4280c112ed53b91d899e4f93f1c6630 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -13173,6 +13173,20 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Settings.HomePageIsNewTabPage.PulledFromSync" enum="Boolean">
|
| + <summary>
|
| + The value of the home-page-is-new-tab-page pref when pulled down from sync
|
| + to update an out-of-sync local pref store.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Settings.HomePageIsNewTabPage.PushedToSync" enum="Boolean">
|
| + <summary>
|
| + The value of the home-page-is-new-tab-page pref when pushed up to sync from
|
| + a change made locally.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Settings.ShowHomeButton" enum="BooleanEnabled">
|
| <summary>
|
| Whether or not the home button is enabled in user preferences when a profile
|
| @@ -13180,10 +13194,39 @@ other types of suffix sets.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Settings.ShowHomeButton.PulledFromSync" enum="BooleanEnabled">
|
| + <summary>
|
| + The enabled state of the Home button pref when pulled down from sync to
|
| + update an out-of-sync local pref store.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Settings.ShowHomeButton.PushedToSync" enum="BooleanEnabled">
|
| + <summary>
|
| + The enabled state of the Home button pref when pushed up to sync from a
|
| + change made locally.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Settings.StartupPageLoadSettings" enum="SessionStartupPref">
|
| <summary>The startup page settings when a profile is loaded.</summary>
|
| </histogram>
|
|
|
| +<histogram name="Settings.StartupPageLoadSettings.PulledFromSync"
|
| + enum="SessionStartupPref">
|
| + <summary>
|
| + The startup page setting when pulled down from sync to update an out-of-sync
|
| + local pref store.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Settings.StartupPageLoadSettings.PushedToSync"
|
| + enum="SessionStartupPref">
|
| + <summary>
|
| + The startup page setting when pushed up to sync from a change made locally.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Settings.StartupPageLoadURLs">
|
| <summary>
|
| The number of URLs to be loaded on startup when a profile is loaded, if the
|
|
|