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

Unified Diff: chrome/browser/resources/crashes.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/app/google_chrome_strings.grd ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/crashes.html
diff --git a/chrome/browser/resources/crashes.html b/chrome/browser/resources/crashes.html
index a340047ba468753692ff6e5d49563c89e8e71f3a..1f749622d57746f6a970f8a0c4eb2b53d0bffe98 100644
--- a/chrome/browser/resources/crashes.html
+++ b/chrome/browser/resources/crashes.html
@@ -14,7 +14,7 @@
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<header><h1 i18n-content="crashesTitle"></h1></header>
<div id="crashUploadStatus" hidden>
- <a is="action-link" id="uploadCrashes"
+ <a is="action-link" role="button" id="uploadCrashes"
i18n-content="uploadCrashesLinkText"></a>
</div>
<div id="enabledMode">
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698