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

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

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 1 month 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> 10 <span>
(...skipping 19 matching lines...) Expand all
30 <label> 30 <label>
31 <input id="startup-show-pages" type="radio" name="startup" 31 <input id="startup-show-pages" type="radio" name="startup"
32 pref="session.restore_on_startup" 32 pref="session.restore_on_startup"
33 value="4" metric="Options_Startup_Custom"> 33 value="4" metric="Options_Startup_Custom">
34 <span> 34 <span>
35 <span i18n-content="startupShowPages"></span> 35 <span i18n-content="startupShowPages"></span>
36 <span class="controlled-setting-indicator" 36 <span class="controlled-setting-indicator"
37 pref="session.restore_on_startup" value="4"></span> 37 pref="session.restore_on_startup" value="4"></span>
38 </span> 38 </span>
39 </label> 39 </label>
40 <button id="startup-set-pages" class="link-button" 40 <a is="action-link" id="startup-set-pages"
41 i18n-content="startupSetPages"> 41 i18n-content="startupSetPages"></a>
42 </button>
43 <span class="controlled-setting-indicator" 42 <span class="controlled-setting-indicator"
44 pref="session.startup_urls"> 43 pref="session.startup_urls"></span>
45 </span>
46 </div> 44 </div>
47 </div> 45 </div>
48 </section> 46 </section>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/search_box.html ('k') | chrome/browser/resources/options/sync_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698