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

Unified Diff: chrome/browser/resources/crashes.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/app/google_chrome_strings.grd ('k') | chrome/browser/resources/downloads/downloads.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 6e0de5f523c42e03840549b61dc6a18e2dff79b2..a340047ba468753692ff6e5d49563c89e8e71f3a 100644
--- a/chrome/browser/resources/crashes.html
+++ b/chrome/browser/resources/crashes.html
@@ -5,6 +5,7 @@
<title i18n-content="crashesTitle"></title>
<link rel="stylesheet" href="chrome://resources/css/widgets.css">
<link rel="stylesheet" href="crashes.css">
+ <script src="chrome://resources/js/action_link.js"></script>
<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://crashes/strings.js"></script>
@@ -13,8 +14,8 @@
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<header><h1 i18n-content="crashesTitle"></h1></header>
<div id="crashUploadStatus" hidden>
- <button id="uploadCrashes" class="link-button"
- i18n-content="uploadCrashesLinkText">
+ <a is="action-link" id="uploadCrashes"
+ i18n-content="uploadCrashesLinkText"></a>
</div>
<div id="enabledMode">
<h2 id="countBanner"></h2>
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | chrome/browser/resources/downloads/downloads.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698