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

Unified 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, 2 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/options/startup_section.html
diff --git a/chrome/browser/resources/options/startup_section.html b/chrome/browser/resources/options/startup_section.html
index fd14dabd4a35d332ef2ce96b33e2e793ceb76cc1..0d429a8c8013fee5d2dfadb4cc55c7f25531df52 100644
--- a/chrome/browser/resources/options/startup_section.html
+++ b/chrome/browser/resources/options/startup_section.html
@@ -37,12 +37,10 @@
pref="session.restore_on_startup" value="4"></span>
</span>
</label>
- <button id="startup-set-pages" class="link-button"
- i18n-content="startupSetPages">
- </button>
+ <a is="action-link" id="startup-set-pages"
+ i18n-content="startupSetPages"></a>
<span class="controlled-setting-indicator"
- pref="session.startup_urls">
- </span>
+ pref="session.startup_urls"></span>
</div>
</div>
</section>
« 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