Chromium Code Reviews| Index: chrome/common/extensions/manifest.cc |
| =================================================================== |
| --- chrome/common/extensions/manifest.cc (revision 113054) |
| +++ chrome/common/extensions/manifest.cc (working copy) |
| @@ -60,6 +60,7 @@ |
| map[keys::kConvertedFromUserScript] = all_but_themes; |
| map[keys::kNaClModules] = all_but_themes; |
| map[keys::kPlugins] = all_but_themes; |
| + map[keys::kWebAccessibleResources] = all_but_themes; |
|
abarth-chromium
2011/12/08 23:52:45
Do hosted apps use this key too?
Cris Neckar
2011/12/09 00:06:22
I'm not sure.. Aaron should be able to answer this
|
| // Extensions and packaged apps. |
| int ext_and_packaged = |