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

Unified Diff: chrome/browser/resources/options/startup_page_manager.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/startup_page_manager.html
diff --git a/chrome/browser/resources/options/startup_page_manager.html b/chrome/browser/resources/options/startup_page_manager.html
new file mode 100644
index 0000000000000000000000000000000000000000..c2f50d232f4d977e7f986fc4fd692bc758343db7
--- /dev/null
+++ b/chrome/browser/resources/options/startup_page_manager.html
@@ -0,0 +1,6 @@
+<div class="page hidden" id="startupPageManagerPage">
csilv 2010/12/08 23:46:12 switch order of id/class tags.
stuartmorgan 2010/12/09 19:30:08 Done.
+ <h1 i18n-content="startupPageManagerPage"></h1>
+ <list id="startupPagesFullList"></list>
+ <button id="startupAddButton" i18n-content="startupAddButton"></button>
+ <button id="startupRemoveButton" i18n-content="startupRemoveButton"></button>
+</div>

Powered by Google App Engine
This is Rietveld 408576698