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

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

Issue 5594006: DOMUI Prefs: Add a subpage for startup page management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed empty handler methods Created 10 years 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/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index 383a4aa9d130a5b3e4e8e22a80f2ef2f0fc45f8d..6f8aae4b43e2c2d5e643df6b37bc5d84d622f748 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -14,15 +14,14 @@
<label class="radio"><input type="radio" name="startup" id="startupShowPagesButton"
pref="session.restore_on_startup" value="4"
metric="Options_Startup_Custom">
- <span i18n-content="startupShowPages"></span></label>
+ <span id="startupShowPagesLabel"
+ i18n-content="startupShowPages"></span></label>
<div class="suboption">
- <div id="startupPageManagement">
- <list id="startupPages"></list>
+ <div id="startupPageManagement" class="fullView">
+ <list id="startupPagesShortList"></list>
<div>
- <button id="startupAddButton"
- i18n-content="startupAddButton"></button>
- <button id="startupRemoveButton"
- i18n-content="startupRemoveButton"></button>
+ <button id="startupPageManagerButton"
+ i18n-content="startupManagePages"></button>
<button id="startupUseCurrentButton"
i18n-content="startupUseCurrent"></button>
</div>

Powered by Google App Engine
This is Rietveld 408576698