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

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

Issue 1016413004: [Extensions] Update Error Console UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/extensions.html
diff --git a/chrome/browser/resources/extensions/extensions.html b/chrome/browser/resources/extensions/extensions.html
index 96ffd2aabed129e51ce5b73a1fe8d7a46f71dfa9..fede5ebdc7a5722726cbac80f40aa8b254be6b21 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -146,6 +146,10 @@
i18n-content="extensionSettingsLaunch" hidden></a>
<a is="action-link" role="button" class="reload-link"
i18n-content="extensionSettingsReloadUnpacked" hidden></a>
+ <a is="action-link" role="button" class="errors-link">
+ <img class="extension-error-icon"></img>
+ <span i18n-content="extensionErrorHeading"></span>
+ </a>
</div>
<div class="permanent-warnings">
<div class="extension-warnings" hidden>
@@ -184,8 +188,6 @@
<span i18n-content="extensionSettingsInspectViews"></span>
<a is="action-link"></a>
</div>
- <div class="manifest-errors" hidden></div>
- <div class="runtime-errors" hidden></div>
<div class="install-warnings" hidden>
<span i18n-content="extensionSettingsInstallWarnings"></span>
<ul></ul>
« no previous file with comments | « chrome/browser/resources/extensions/extensions.css ('k') | chrome/browser/ui/webui/extensions/extension_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698