| Index: chrome/browser/resources/options2/startup_section.html
|
| diff --git a/chrome/browser/resources/options2/startup_section.html b/chrome/browser/resources/options2/startup_section.html
|
| deleted file mode 100644
|
| index 778c87015fe476283962d05251806389b9b50406..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/resources/options2/startup_section.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<section id="startup-section" guest-visibility="hidden">
|
| - <h3 i18n-content="sectionTitleStartup"></h3>
|
| - <div>
|
| - <div class="radio">
|
| - <label>
|
| - <input id="startup-newtab" type="radio" name="startup" value="5"
|
| - pref="session.restore_on_startup"
|
| - metric="Options_Startup_NewTab">
|
| - <span i18n-content="startupShowNewTab"></span>
|
| - </label>
|
| - </div>
|
| - <div class="radio">
|
| - <label>
|
| - <input id="startup-restore-session" type="radio" name="startup"
|
| - value="1" pref="session.restore_on_startup"
|
| - metric="Options_Startup_LastSession">
|
| - <span i18n-content="startupRestoreLastSession">
|
| - </span>
|
| - </label>
|
| - <a target="_blank" i18n-content="learnMore"
|
| - i18n-values="href:sessionRestoreLearnMoreURL"></a>
|
| - </div>
|
| - <div class="radio">
|
| - <label>
|
| - <input id="startup-show-pages" type="radio" name="startup"
|
| - pref="session.restore_on_startup"
|
| - value="4" metric="Options_Startup_Custom">
|
| - <span>
|
| - <span i18n-content="startupShowPages"></span>
|
| - <button id="startup-set-pages" class="link-button"
|
| - i18n-content="startupSetPages"></button>
|
| - </span>
|
| - </label>
|
| - </div>
|
| - </div>
|
| -</section>
|
|
|