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

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

Issue 342003005: Show alert failure for reloading unpacked extensions with bad manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final comment nits Created 6 years, 5 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/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>
</div>
« no previous file with comments | « chrome/browser/resources/extensions/extension_load_error.css ('k') | chrome/browser/resources/extensions/extension_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698