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

Unified Diff: chrome/common/extensions/manifest.cc

Issue 8849010: Add 'web_accessible_resource" keyword for version 2 extension manifests. This makes extension res... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/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 =

Powered by Google App Engine
This is Rietveld 408576698