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

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

Issue 23650005: chrome://crashes: reload uploads.log every time the page refreshes (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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/crashes.js » ('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 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>
+ </div>
<div id="enabledMode">
<h2 id="countBanner"></h2>
<div id="crashList"></div>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/crashes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698