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

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

Issue 539383003: Fix some more for= usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge Created 6 years, 3 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
OLDNEW
1 <section id="startup-section" guest-visibility="hidden"> 1 <section id="startup-section" guest-visibility="hidden">
2 <h3 i18n-content="sectionTitleStartup"></h3> 2 <h3 i18n-content="sectionTitleStartup"></h3>
3 <div id="startup-section-content"> 3 <div id="startup-section-content">
4 <div class="radio controlled-setting-with-label" 4 <div class="radio controlled-setting-with-label"
5 id="newtab-section-content"> 5 id="newtab-section-content">
6 <label> 6 <label>
7 <input type="radio" name="startup" value="5" 7 <input type="radio" name="startup" value="5"
8 pref="session.restore_on_startup" 8 pref="session.restore_on_startup"
9 metric="Options_Startup_NewTab"> 9 metric="Options_Startup_NewTab">
10 <span i18n-content="startupShowNewTab"></span> 10 <span>
11 <span i18n-content="startupShowNewTab"></span>
12 <span class="controlled-setting-indicator"
13 pref="session.restore_on_startup" value="5"></span>
14 </span>
11 </label> 15 </label>
12 <span class="controlled-setting-indicator"
13 pref="session.restore_on_startup" value="5"></span>
14 </div> 16 </div>
15 <div class="radio controlled-setting-with-label"> 17 <div class="radio controlled-setting-with-label">
16 <label> 18 <label>
17 <input id="startup-restore-session" type="radio" name="startup" 19 <input id="startup-restore-session" type="radio" name="startup"
18 value="1" pref="session.restore_on_startup" 20 value="1" pref="session.restore_on_startup"
19 metric="Options_Startup_LastSession"> 21 metric="Options_Startup_LastSession">
20 <span i18n-content="startupRestoreLastSession"></span> 22 <span>
23 <span i18n-content="startupRestoreLastSession"></span>
24 <span class="controlled-setting-indicator"
25 pref="session.restore_on_startup" value="1"></span>
26 </span>
21 </label> 27 </label>
22 <span class="controlled-setting-indicator"
23 pref="session.restore_on_startup" value="1"></span>
24 </div> 28 </div>
25 <div class="radio controlled-setting-with-label"> 29 <div class="radio controlled-setting-with-label">
26 <label> 30 <label>
27 <input id="startup-show-pages" type="radio" name="startup" 31 <input id="startup-show-pages" type="radio" name="startup"
28 pref="session.restore_on_startup" 32 pref="session.restore_on_startup"
29 value="4" metric="Options_Startup_Custom"> 33 value="4" metric="Options_Startup_Custom">
30 <span i18n-content="startupShowPages"></span> 34 <span>
35 <span i18n-content="startupShowPages"></span>
36 <span class="controlled-setting-indicator"
37 pref="session.restore_on_startup" value="4"></span>
38 </span>
31 </label> 39 </label>
32 <span class="controlled-setting-indicator"
33 pref="session.restore_on_startup" value="4"></span>
34 <button id="startup-set-pages" class="link-button" 40 <button id="startup-set-pages" class="link-button"
35 i18n-content="startupSetPages"> 41 i18n-content="startupSetPages">
36 </button> 42 </button>
37 <span class="controlled-setting-indicator" 43 <span class="controlled-setting-indicator"
38 pref="session.startup_urls"> 44 pref="session.startup_urls">
39 </span> 45 </span>
40 </div> 46 </div>
41 </div> 47 </div>
42 </section> 48 </section>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/reset_profile_settings_overlay.js ('k') | chrome/browser/resources/options/sync_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698