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..6feec95b2894b47d0a80dc85d614429a8cb7e21c 100644 |
| --- a/chrome/browser/resources/extensions/extension_load_error.html |
| +++ b/chrome/browser/resources/extensions/extension_load_error.html |
| @@ -18,4 +18,8 @@ in the LICENSE file. |
| <button id="extension-load-error-give-up-button" |
| i18n-content="extensionLoadErrorGiveUp"></button> |
| </div> |
| + <div id="extension-load-error-additional" hidden> |
| + <span i18n-content="extensionLoadAdditionalFailures"></span> |
| + <ul></ul> |
| + </div> |
|
Finnur
2014/07/14 10:25:58
I'm not sure I understand this new category. What
gpdavis
2014/07/14 18:58:19
This list essentially functions as a stack, where
Finnur
2014/07/15 10:38:44
Yes, that makes sense. I still think the labeling
|
| </div> |