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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 169403007: Fix naming typo: Settings.TrackedSplitPreferenceChanged => Settings.TrackedSplitPreferenceChangedCo… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change histograms name in histograms.xml instead Created 6 years, 10 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 | « no previous file | 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 c23a1f9a1c46bcc771f2951aba759ce9653ffc00..8495206979d1cbd71b35be5f1350ed0781f82227 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18072,7 +18072,7 @@ other types of suffix sets.
</summary>
</histogram>
-<histogram name="Settings.TrackedSplitPreferenceChangedCount">
+<histogram name="Settings.TrackedSplitPreferenceChanged">
<summary>
The number of items that had changed in a dictionary pref when
Settings.TrackedPreferenceChanged is reported for that pref.
@@ -35702,7 +35702,7 @@ other types of suffix sets.
<fieldtrial name="TrackedSplitPreferences" separator=".">
<group name="extension.settings" label="Extension IDs dictionary"/>
- <affected-histogram name="Settings.TrackedSplitPreferenceChangedCount"/>
+ <affected-histogram name="Settings.TrackedSplitPreferenceChanged"/>
</fieldtrial>
<fieldtrial name="WebStoreLinkExperiment">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698