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

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

Issue 23624002: Add UI for RuntimeErrors in the ErrorConsole (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_merge
Patch Set: Created 7 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: chrome/browser/resources/extensions/extensions.html
diff --git a/chrome/browser/resources/extensions/extensions.html b/chrome/browser/resources/extensions/extensions.html
index e1d68d146389c4c6d32d53af2812e78aeaa76ffa..a8927c6b0927268b1946a69a28021e346d77cb83 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -156,6 +156,7 @@
<a href="#"></a>
</div>
<div class="manifest-errors" hidden></div>
+ <div class="runtime-errors" hidden></div>
<div class="install-warnings" hidden>
<span i18n-content="extensionSettingsInstallWarnings"></span>
<ul></ul>

Powered by Google App Engine
This is Rietveld 408576698