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

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: delete debug code Created 6 years, 9 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..6e0de5f523c42e03840549b61dc6a18e2dff79b2 100644
--- a/chrome/browser/resources/crashes.html
+++ b/chrome/browser/resources/crashes.html
@@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<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/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
@@ -11,6 +12,10 @@
</head>
<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">
+ </div>
<div id="enabledMode">
<h2 id="countBanner"></h2>
<div id="crashList"></div>

Powered by Google App Engine
This is Rietveld 408576698