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

Unified Diff: chrome/browser/resources/options2/browser_options.html

Issue 9583025: Revert 124583 (See crbug.com/114259) Original info for r124583 is: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/prefs/session_startup_pref_unittest.cc ('k') | chrome/browser/ui/browser_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/browser_options.html
===================================================================
--- chrome/browser/resources/options2/browser_options.html (revision 124738)
+++ chrome/browser/resources/options2/browser_options.html (working copy)
@@ -53,6 +53,14 @@
<div>
<div class="radio">
<label>
+ <input type="radio" name="startup" value="0"
+ pref="session.restore_on_startup"
+ metric="Options_Startup_Homepage">
+ <span i18n-content="startupShowHomePage"></span>
+ </label>
+ </div>
+ <div class="radio">
+ <label>
<input type="radio" name="startup" value="5"
pref="session.restore_on_startup"
metric="Options_Startup_NewTab">
@@ -573,6 +581,14 @@
<div>
<div class="radio">
<label>
+ <input type="radio" name="startup" value="0"
+ pref="session.restore_on_startup"
+ metric="Options_Startup_Homepage">
+ <span i18n-content="startupShowHomePage"></span>
+ </label>
+ </div>
+ <div class="radio">
+ <label>
<input type="radio" name="startup" value="5"
pref="session.restore_on_startup"
metric="Options_Startup_NewTab">
« no previous file with comments | « chrome/browser/prefs/session_startup_pref_unittest.cc ('k') | chrome/browser/ui/browser_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698