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

Side by Side Diff: chrome/browser/resources/options2/startup_overlay.html

Issue 9561006: Respect policy for list of startup pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixes Created 8 years, 9 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="startup-overlay" class="page" hidden> 1 <div id="startup-overlay" class="page" hidden>
2 <h1 i18n-content="startupPagesOverlay"></h1> 2 <h1 i18n-content="startupPagesOverlay"></h1>
3 <!-- This <input> element is always hidden. It needs to be here so that
4 its 'controlled-by' attribute will get set when the urls preference is
5 managed by a policy, so that the managed prefs bar will show up.
6 -->
7 <input type="text" pref="session.urls_to_restore_on_startup" hidden>
3 <div class="content-area"> 8 <div class="content-area">
4 <list id="startupPagesList"></list> 9 <list id="startupPagesList"></list>
5 </div> 10 </div>
6 <div class="action-area"> 11 <div class="action-area">
7 <span class="hbox stretch"> 12 <span class="hbox stretch">
8 <button id="startupUseCurrentButton" 13 <button id="startupUseCurrentButton"
9 i18n-content="startupUseCurrent"></button> 14 i18n-content="startupUseCurrent"></button>
10 </span> 15 </span>
11 <button id="startup-overlay-cancel" i18n-content="cancel"></button> 16 <button id="startup-overlay-cancel" i18n-content="cancel"></button>
12 <button id="startup-overlay-confirm" i18n-content="ok"></button> 17 <button id="startup-overlay-confirm" i18n-content="ok"></button>
13 </div> 18 </div>
14 <div id="startupPagesListDropmarker"></div> 19 <div id="startupPagesListDropmarker"></div>
15 </div> 20 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698