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

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 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;
« no previous file with comments | « chrome/common/extensions/extension_manifests_unittest.cc ('k') | chrome/common/extensions/manifest_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698