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

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

Issue 22938005: Add ErrorConsole UI for Extension Install Warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dc_ec_install_warnings
Patch Set: Requested UI Changes Created 7 years, 4 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_error.html
diff --git a/chrome/browser/resources/extensions/extension_error.html b/chrome/browser/resources/extensions/extension_error.html
new file mode 100644
index 0000000000000000000000000000000000000000..fe57f7703919f3a71b1c0b5136a300482d21298d
--- /dev/null
+++ b/chrome/browser/resources/extensions/extension_error.html
@@ -0,0 +1,18 @@
+<!--
+Copyright 2013 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be found
+in the LICENSE file.
+-->
+<div id="template-collection-extension-error" hidden>
+ <div class="extension-error-list">
+ <span i18n-content="extensionErrorsManifestErrors"></span>
+ <ul class="extension-error-list-contents"></ul>
+ <div class="extension-error-list-show-more">
+ <a i18n-content="extensionErrorsShowMore" hidden></a>
+ </div>
+ </div>
+ <div class="extension-error-metadata">
+ <img class="extension-error-icon"></img>
Dan Beam 2013/08/29 00:24:30 using img with an empty [src] can (possibly) reloa
Devlin 2013/08/29 21:02:04 Done.
+ <span class="extension-error-message"></span>
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698