Chromium Code Reviews| 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..6e577fcd80b591190c7d2e64ba0f27ed203e60db 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 id="extension-load-error-additional"> |
|
Devlin
2014/06/27 22:31:08
these don't both need ids.
gpdavis
2014/06/28 02:31:17
Done.
|
| + <pre id="extension-load-error-additional-list"></pre> |
| + </div> |
|
Devlin
2014/06/27 22:31:08
Any UI for this will have to go through review...
gpdavis
2014/06/27 23:42:54
Understood. I figured if I could get the necessar
|
| </div> |