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

Unified Diff: components/crash/core/browser/resources/crashes.html

Issue 2325713002: Manual crash uploads for mac and win (Closed)
Patch Set: Created 4 years, 3 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: components/crash/core/browser/resources/crashes.html
diff --git a/components/crash/core/browser/resources/crashes.html b/components/crash/core/browser/resources/crashes.html
index 1eac449b0e77bea8484494751e2f833256ce198f..19ba4001f422f8fa5961584500c756b4876bf570 100644
--- a/components/crash/core/browser/resources/crashes.html
+++ b/components/crash/core/browser/resources/crashes.html
@@ -28,15 +28,15 @@
<a is="action-link" role="button" id="uploadCrashes"
i18n-content="uploadCrashesLinkText"></a>
</div>
- <div id="enabledMode">
- <h2 id="countBanner"></h2>
- <div id="crashList"></div>
- <p id="noCrashes" i18n-content="noCrashesMessage" hidden></p>
- </div>
<div id="disabledMode" hidden>
<h2 i18n-content="disabledHeader"></h2>
<p i18n-values=".innerHTML:disabledMessage"></p>
</div>
+ <div id="crashesInfo">
+ <h2 id="countBanner"></h2>
+ <div id="crashList"></div>
+ <p id="noCrashes" i18n-content="noCrashesMessage" hidden></p>
+ </div>
<script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
</body>
« no previous file with comments | « components/crash/core/browser/crashes_ui_util.cc ('k') | components/crash/core/browser/resources/crashes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698