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

Unified Diff: chrome/common/extensions/extension_messages.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/extension_messages.cc
===================================================================
--- chrome/common/extensions/extension_messages.cc (revision 113054)
+++ chrome/common/extensions/extension_messages.cc (working copy)
@@ -48,6 +48,7 @@
extension_manifest_keys::kPlatformApp,
extension_manifest_keys::kPublicKey,
extension_manifest_keys::kVersion,
+ extension_manifest_keys::kWebAccessibleResources,
};
// Copy only the data we need and bypass the manifest type checks.

Powered by Google App Engine
This is Rietveld 408576698