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

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

Issue 9705083: Unknown options in extension manifest file are silently ignored (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Changes per comments Created 8 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.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index ee9ec5297f96264dd85964d09ad0b446913a9748..f152d9fe097ec005bfe49351791583ce07f9c651 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -44,6 +44,10 @@ html.loading * {
margin: 5px 0;
}
+.unrecognized-keys {
+ color: red;
+}
+
#extension-settings #page-header {
/* These values match the .page values. */
-webkit-margin-end: 24px;

Powered by Google App Engine
This is Rietveld 408576698