| Index: chrome/browser/resources/options2/startup_overlay.html
|
| diff --git a/chrome/browser/resources/options2/startup_overlay.html b/chrome/browser/resources/options2/startup_overlay.html
|
| deleted file mode 100644
|
| index 1ec343db28444daf4a00c6faef7eba5be3eefaa1..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/options2/startup_overlay.html
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -<div id="startup-overlay" class="page" hidden>
|
| - <div class="close-button"></div>
|
| - <h1 i18n-content="startupPagesOverlay"></h1>
|
| - <!-- This <input> element is always hidden. It needs to be here so that
|
| - its 'controlled-by' attribute will get set when the urls preference is
|
| - managed by a policy, so that the managed prefs bar will show up.
|
| - -->
|
| - <input type="text" pref="session.urls_to_restore_on_startup" hidden>
|
| - <div class="content-area">
|
| - <list id="startupPagesList"></list>
|
| - </div>
|
| - <div class="action-area">
|
| - <span class="hbox stretch">
|
| - <button id="startupUseCurrentButton"
|
| - i18n-content="startupUseCurrent"></button>
|
| - </span>
|
| - <div class="button-strip">
|
| - <button id="startup-overlay-cancel" i18n-content="cancel"></button>
|
| - <button id="startup-overlay-confirm" i18n-content="ok"></button>
|
| - </div>
|
| - </div>
|
| - <div id="startupPagesListDropmarker"></div>
|
| -</div>
|
|
|