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

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

Issue 9705083: Unknown options in extension manifest file are silently ignored (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed an accedentally-included file Created 8 years, 9 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 85fa138b2c1be1fdea65696e5e59702116b5ddae..98ff986ade4c4768c0cabbfbeb9de0df72162621 100644
--- a/chrome/browser/resources/extensions/extensions.html
+++ b/chrome/browser/resources/extensions/extensions.html
@@ -87,6 +87,10 @@
<span i18n-content="extensionSettingsInspectViews"></span>
<a href="#"></a>
</div>
+ <div class="unrecognized-keys" hidden>
+ <span i18n-content="extensionSettingsExtensionUnrecognizedKeys"></span>
James Hawkins 2012/04/08 20:33:23 nit: 80 cols.
mitchellwrosen 2012/04/28 19:02:39 Done.
+ <span></span>
James Hawkins 2012/04/08 20:33:23 What's with the empty span?
not at google - send to devlin 2012/04/10 02:02:32 Looks like this is a target for the content. If yo
mitchellwrosen 2012/04/28 19:02:39 Done.
+ </div>
</div>
<div class="optional-controls">
<button class="show-button"

Powered by Google App Engine
This is Rietveld 408576698