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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 24930003: Migrate startup URLs pref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename remaining old pref value. Created 7 years, 2 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/test/data/profiles/profile_with_complex_theme/Default/PreferencesTemplate ('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 c89d3d39e449f91bb8e32cd68c1954f223dac1b5..4764ca774be995171f262a10dcc380d4eb873b0e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15539,6 +15539,18 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Settings.StartupURLsMigration" enum="StartupURLsMigration">
+ <summary>The startup URLs pref migration steps.</summary>
+</histogram>
+
+<histogram name="Settings.StartupURLsResetTime" units="milliseconds">
+ <summary>
+ The time elapsed in milliseconds in between startup URLs pref migration. A
+ value of 0 indicates that the last migration time was in the future due to
+ e.g. an incorrect system time.
+ </summary>
+</histogram>
+
<histogram name="Settings.TrackedPreferenceChanged" enum="TrackedPreference">
<summary>
The id of a tracked preference whose value has been changed since the last
@@ -27240,6 +27252,12 @@ other types of suffix sets.
<int value="15" label="PROCEED_NEW_SITE"/>
</enum>
+<enum name="StartupURLsMigration" type="int">
+ <int value="0" label="Performed migration"/>
+ <int value="1" label="No migration value"/>
+ <int value="2" label="Reset migration"/>
+</enum>
+
<enum name="SuspendStatus" type="int">
<int value="0" label="Success"/>
<int value="1" label="Failure"/>
« no previous file with comments | « chrome/test/data/profiles/profile_with_complex_theme/Default/PreferencesTemplate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698