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

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

Issue 9353019: Revert 120803 - [uber] Redoing the homepage selection UI (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
Index: chrome/browser/resources/options2/browser_options.html
===================================================================
--- chrome/browser/resources/options2/browser_options.html (revision 120816)
+++ chrome/browser/resources/options2/browser_options.html (working copy)
@@ -52,9 +52,9 @@
<div>
<div class="radio">
<label>
- <input type="radio" name="startup" value="5"
+ <input type="radio" name="startup" value="0"
pref="session.restore_on_startup"
- metric="Options_Startup_NewTab">
+ metric="Options_Startup_Homepage">
<span i18n-content="startupShowDefaultAndNewTab"></span>
</label>
</div>
@@ -103,15 +103,15 @@
</div>
</if>
<div>
- <div id="home-page-select-container">
- <label id="home-page-label" for="home-page-select"
- i18n-content="homePage"></label>
- <select id="home-page-select">
- <option value="none" i18n-content="homePageNone"></option>
- <option value="ntp" i18n-content="homePageNtp"></option>
- <option value="url"></option>
- <option value="choose" i18n-content="homePageChoose"></option>
- </select>
+ <div class="checkbox">
+ <input id="toolbar-show-home-button" pref="browser.show_home_button"
+ metric="Options_Homepage_HomeButton" type="checkbox">
+ <label id="home-page-label" for="toolbar-show-home-button"
+ i18n-content="toolbarShowHomeButton">
+ </label>
+ <button id="change-home-page" i18n-content="changeHomePage"
+ class="link-button">
+ </button>
</div>
<div class="checkbox">
<label>
@@ -273,9 +273,9 @@
<div>
<div class="radio">
<label>
- <input type="radio" name="startup" value="5"
+ <input type="radio" name="startup" value="0"
pref="session.restore_on_startup"
- metric="Options_Startup_NewTab">
+ metric="Options_Startup_Homepage">
<span i18n-content="startupShowDefaultAndNewTab"></span>
</label>
</div>
« no previous file with comments | « chrome/browser/resources/options2/browser_options.css ('k') | chrome/browser/resources/options2/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698