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

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 9837045: Expand usage of platform-apps flag and permission features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 9 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
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.cc ('k') | chrome/common/extensions/extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 425f59ec1db31bc145d636366660cee5dc0c04c8..bb524719cf74209d631bd04484fa25055495c3e1 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -59,6 +59,9 @@
"devtools": {
"extension_types": ["extension", "packaged_app", "platform_app"]
},
+ "dns": {
+ "extension_types": ["platform_app"]
+ },
"experimental": {
"extension_types": [
"extension", "packaged_app", "hosted_app", "platform_app"
@@ -134,6 +137,9 @@
"proxy": {
"extension_types": ["extension", "packaged_app", "platform_app"]
},
+ "serial": {
+ "extension_types": ["platform_app"]
+ },
"socket": {
"extension_types": ["platform_app"]
},
« no previous file with comments | « chrome/browser/extensions/extension_browsertest.cc ('k') | chrome/common/extensions/extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698