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

Side by Side Diff: chrome/browser/resources/options/startup_page_manager.html

Issue 6303003: DOMUI Prefs: Implement inline editability for startup pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CSS tweak Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="startupPageManagerPage" class="page hidden"> 1 <div id="startupPageManagerPage" class="page hidden">
2 <h1 i18n-content="startupPageManagerPage"></h1> 2 <h1 i18n-content="startupPageManagerPage"></h1>
3 <list id="startupPagesFullList" class="settings-list"></list> 3 <list id="startupPagesFullList"
4 class="settings-list startup-page-list"></list>
4 <button id="startupAddButton" i18n-content="startupAddButton"></button> 5 <button id="startupAddButton" i18n-content="startupAddButton"></button>
5 </div> 6 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698