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

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..adeb94b9a63c9813e3393ad836586bb94282d9bb 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -155,7 +155,8 @@
<span i18n-content="extensionSettingsInspectViews"></span>
<a href="#"></a>
</div>
- <div class="manifest-errors" hidden></div>
+ <div class="manifest-errors-wrapper" hidden></div>
+ <div class="runtime-errors-wrapper" hidden></div>
not at google - send to devlin 2013/09/05 00:37:16 why adding the -wrapper part? seems to be an imple
Devlin 2013/09/05 17:53:55 True. Removed.
<div class="install-warnings" hidden>
<span i18n-content="extensionSettingsInstallWarnings"></span>
<ul></ul>

Powered by Google App Engine
This is Rietveld 408576698