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

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: review:asvitkine Created 7 years 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index e2baccf21567fdfb25d182588528aadf775ea7bf..b679237dbfd76fc08272333da1e6c6126cddb4dc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16766,6 +16766,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
@@ -32966,6 +32973,11 @@ other types of suffix sets.
<affected-histogram name="Startup.BrowserOpenTabs"/>
</fieldtrial>
+<fieldtrial name="TrackedSplitPreferences">
+ <group name="extension.settings" label="Extension IDs dictionary"/>
+ <affected-histogram name="Settings.TrackedSplitPreferenceChangedCount"/>
Alexei Svitkine (slow) 2013/12/17 22:19:56 This will result in the "Settings.TrackedSplitPref
gab 2013/12/18 17:43:14 Switched to using a '_' before the suffix instead
Alexei Svitkine (slow) 2013/12/18 18:28:01 I still prefer the macro approach (which actually
gab 2013/12/18 18:48:03 Okay done (back to '.' before suffix + separator).
+</fieldtrial>
+
<fieldtrial name="WebStoreLinkExperiment">
<group name="Disabled" label="Neither extra webstore link is visible"/>
<group name="FooterLink" label="Link in bottom right of footer"/>

Powered by Google App Engine
This is Rietveld 408576698