Index: chrome/common/extensions/manifest.cc |
=================================================================== |
--- chrome/common/extensions/manifest.cc (revision 114987) |
+++ chrome/common/extensions/manifest.cc (working copy) |
@@ -59,6 +59,7 @@ |
map[keys::kRequirements] = all_but_themes; |
map[keys::kConvertedFromUserScript] = all_but_themes; |
map[keys::kNaClModules] = all_but_themes; |
+ map[keys::kWebAccessibleResources] = all_but_themes; |
// Everything except themes and platform apps. |
map[keys::kPlugins] = all_but_themes - Manifest::kTypePlatformApp; |