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

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

Issue 21130008: Merge 214426 "Add histograms for session startup enum and number..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
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
« no previous file with comments | « chrome/browser/prefs/session_startup_pref.h ('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
===================================================================
--- tools/metrics/histograms/histograms.xml (revision 214491)
+++ tools/metrics/histograms/histograms.xml (working copy)
@@ -10858,6 +10858,17 @@
</summary>
</histogram>
+<histogram name="Settings.StartupPageLoadSettings" enum="SessionStartupPref">
+ <summary>The startup page settings when a profile is loaded.</summary>
+</histogram>
+
+<histogram name="Settings.StartupPageLoadURLs">
+ <summary>
+ The number of URLs to be loaded on startup when a profile is loaded, if the
+ startup page setting is set to load URLs.
+ </summary>
+</histogram>
+
<histogram name="SimpleCache.CheckCRCResult" enum="CheckCRCResult">
<summary>
Whether or not the CRC was checked at the moment when the last reference to
@@ -17722,6 +17733,13 @@
<int value="7" label="UPLOAD_COMPLETE_RESPONSE_ERROR"/>
</enum>
+<enum name="SessionStartupPref" type="int">
+ <int value="0" label="Open home page (unused)"/>
+ <int value="1" label="Continue from last opened pages"/>
+ <int value="4" label="Open URLs"/>
+ <int value="5" label="Open new tab page"/>
+</enum>
+
<enum name="ShillTerminationActionResult" type="int">
<summary>
The termination action result types come from TerminationActionResult in
« no previous file with comments | « chrome/browser/prefs/session_startup_pref.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698