Index: chrome/browser/resources/extensions/extension_load_error.html |
diff --git a/chrome/browser/resources/extensions/extension_load_error.html b/chrome/browser/resources/extensions/extension_load_error.html |
index ce78dbcf745356367bf5a0f55da957ec488ea035..6d3b4a506c48344e54b8b6d58256d21ae61be766 100644 |
--- a/chrome/browser/resources/extensions/extension_load_error.html |
+++ b/chrome/browser/resources/extensions/extension_load_error.html |
@@ -18,4 +18,7 @@ in the LICENSE file. |
<button id="extension-load-error-give-up-button" |
i18n-content="extensionLoadErrorGiveUp"></button> |
</div> |
+ <div> |
Devlin
2014/07/07 20:44:21
Why is the div visible at all, if the only child i
gpdavis
2014/07/09 01:35:56
Replaced with list. Done.
|
+ <pre id="extension-load-error-additional" hidden></pre> |
+ </div> |
</div> |