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

Unified Diff: chrome/browser/resources/extensions/extensions.html

Issue 671173008: Change some roles to "button" instead of "link" where it'd benefit users of (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@action-link
Patch Set: nit 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/crashes.html ('k') | chrome/browser/resources/local_discovery/local_discovery.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/extensions/extensions.html
diff --git a/chrome/browser/resources/extensions/extensions.html b/chrome/browser/resources/extensions/extensions.html
index d6d806d7af59e82e83148714b20e8a47bbb4ef41..b7b2ff88c83b421e459d469deb037ae23caf1e38 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -145,7 +145,7 @@
<a class="site-link" target="_parent" hidden></a>
<a is="action-link" class="launch-link"
i18n-content="extensionSettingsLaunch" hidden></a>
- <a is="action-link" class="reload-link"
+ <a is="action-link" role="button" class="reload-link"
i18n-content="extensionSettingsReloadUnpacked" hidden></a>
</div>
<div class="permanent-warnings">
@@ -223,9 +223,9 @@
</div>
</div>
<div class="enable-controls">
- <a is="action-link" class="terminated-reload-link"
+ <a is="action-link" role="button" class="terminated-reload-link"
i18n-content="extensionSettingsReloadTerminated" hidden></a>
- <a is="action-link" class="corrupted-repair-button"
+ <a is="action-link" role="button" class="corrupted-repair-button"
i18n-content="extensionSettingsRepairCorrupted" hidden></a>
<div class="checkbox enable-checkbox" hidden><label>
<input type="checkbox">
« no previous file with comments | « chrome/browser/resources/crashes.html ('k') | chrome/browser/resources/local_discovery/local_discovery.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698