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

Unified Diff: chrome/browser/resources/options2/startup_section.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « chrome/browser/resources/options2/startup_overlay.js ('k') | chrome/browser/resources/options2/subpages_tab_controls.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698