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

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: License Created 7 years, 3 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..eb8989eb8eb13f7af60cb13a90585fb1a9cd1977
--- /dev/null
+++ b/chrome/browser/resources/extensions/extension_error.html
@@ -0,0 +1,17 @@
+<!--
+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">
+ <span class="extension-error-message"></span>
+ </div>
+</div>
« no previous file with comments | « chrome/browser/resources/extensions/extension_error.css ('k') | chrome/browser/resources/extensions/extension_error.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698