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

Unified Diff: extensions/common/api/_api_features.json

Issue 427983003: Change the default implementation of ExtensionFunction::HasPermission to use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix failures Created 6 years, 4 months 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: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 4555a10a1f49b00f56404506dd49e4945cbe614b..3a5b8a4e01238adde1c24d5e32c86862330eda22 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -128,7 +128,12 @@
"extension_types": "all",
// Everything except web pages and WebUI. WebUI is declared in a separate
// rule to keep the "matches" property isolated.
- "contexts": ["blessed_extension", "content_script", "unblessed_extension"]
+ "contexts": [
+ "blessed_extension",
+ "blessed_web_page",
+ "content_script",
+ "unblessed_extension"
+ ]
}, {
"internal": true,
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698