| 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>
|
|
|