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

Unified Diff: chrome/browser/resources/options/sync_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
« no previous file with comments | « chrome/browser/resources/options/startup_section.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/sync_section.html
diff --git a/chrome/browser/resources/options/sync_section.html b/chrome/browser/resources/options/sync_section.html
index 83fbc8e63eb0c24d831d51b7e01f4ac1d9e7cd08..8f853881ab26a7679b2dfdd40e67359bb72a3e22 100644
--- a/chrome/browser/resources/options/sync_section.html
+++ b/chrome/browser/resources/options/sync_section.html
@@ -27,7 +27,7 @@
<div id="sync-status" class="settings-row" hidden>
<span id="sync-status-text"></span>
- <button id="sync-action-link" class="link-button"></button>
+ <a is="action-link" id="sync-action-link"></a>
</div>
<if expr="chromeos">
« no previous file with comments | « chrome/browser/resources/options/startup_section.html ('k') | chrome/browser/resources/policy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698