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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 114223002: Multi-strategy based tracking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge up to r248367 Created 6 years, 11 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:
Download patch
« no previous file with comments | « 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 85f75acfb923631e4a111788ebe1d8c49f2a77d4..e84d1dc4bd0c78219258ceae684e72f5b76e817d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17617,6 +17617,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.TrackedSplitPreferenceChangedCount">
+ <summary>
+ The number of items that had changed in a dictionary pref when
+ Settings.TrackedPreferenceChanged is reported for that pref.
+ </summary>
+</histogram>
+
<histogram name="SettingsResetBubble.NumNoThanksPerReset">
<summary>
Counts the number of times the user clicked on the No Thanks button of the
@@ -34803,6 +34810,11 @@ other types of suffix sets.
<affected-histogram name="Startup.BrowserOpenTabs"/>
</fieldtrial>
+<fieldtrial name="TrackedSplitPreferences" separator=".">
+ <group name="extension.settings" label="Extension IDs dictionary"/>
+ <affected-histogram name="Settings.TrackedSplitPreferenceChangedCount"/>
+</fieldtrial>
+
<fieldtrial name="WebStoreLinkExperiment">
<group name="Disabled" label="Neither extra webstore link is visible"/>
<group name="FooterLink" label="Link in bottom right of footer"/>
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698