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

Unified 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, 5 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 side-by-side diff with in-line comments
Download patch
« chrome/browser/prefs/pref_metrics_service.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1821558c45557f51ad25f333c2adee6d8f9ea1cf..a77efdf2992d8794ba566944e6cdce1724e02b58 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12932,6 +12932,22 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.HomePageDomain.PulledFromSync"
+ enum="OmniboxSearchEngine">
+ <summary>
+ The id of the home page domain whenever it's pulled down from sync to update
+ an out-of-sync local pref store.
+ </summary>
+</histogram>
+
+<histogram name="Settings.HomePageDomain.PushedToSync"
+ enum="OmniboxSearchEngine">
+ <summary>
+ The id of the home page domain whenever it's pushed up to sync from a change
+ made locally.
+ </summary>
+</histogram>
+
<histogram name="Settings.HomePageIsNewTabPage" enum="Boolean">
<summary>
Whether or not the home page user preference is set to the default NTP value
@@ -12939,6 +12955,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
@@ -12946,6 +12976,20 @@ 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.StartupPageDomains" enum="OmniboxSearchEngine">
<summary>
The ids of startup page domains that are specified in user preferences when
@@ -12953,10 +12997,41 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.StartupPageDomains.PulledFromSync"
+ enum="OmniboxSearchEngine">
+ <summary>
+ The ids of startup page domains that are pulled down from sync to update an
+ out-of-sync local pref store.
+ </summary>
+</histogram>
+
+<histogram name="Settings.StartupPageDomains.PushedToSync"
+ enum="OmniboxSearchEngine">
+ <summary>
+ The ids of startup page domains that are 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
« 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