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

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

Issue 26536002: chrome://crashes: add a link on CrOS for triggering crash uploading (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/resources/crashes.html
diff --git a/chrome/browser/resources/crashes.html b/chrome/browser/resources/crashes.html
index 981a90dd2c38efbcc71369299606bb8eda4e56c5..572bf7c90106bc323fbbaabfe5f78cb32c22108d 100644
--- a/chrome/browser/resources/crashes.html
+++ b/chrome/browser/resources/crashes.html
@@ -11,6 +11,9 @@
</head>
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
<header><h1 i18n-content="crashesTitle"></h1></header>
+ <div id="crashUploadStatus" hidden>
+ <a id="uploadCrashesLink" href="#upload_crashes"><span i18n-content="uploadCrashesLinkText"></span></a>
Lei Zhang 2013/10/08 20:08:57 Probably should be a <button> with the appropriate
vapier 2013/10/08 20:16:24 it is a valid <a>, it just links to an anchor poin
+ </div>
<div id="enabledMode">
<h2 id="countBanner"></h2>
<div id="crashList"></div>

Powered by Google App Engine
This is Rietveld 408576698