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

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

Issue 106893004: Whitelist debugger API and tabs API for Chrome Apps Developer Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | 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 6e71fb3fccfb250674dd51a92e3a7370cb0f033b..db8c8a26152afa7a39887da9f115fb4dbf3d0abc 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -226,10 +226,21 @@
]
}
],
- "debugger": {
- "channel": "stable",
- "extension_types": ["extension", "legacy_packaged_app"]
- },
+ "debugger": [
+ {
+ "channel": "stable",
+ "extension_types": ["extension", "legacy_packaged_app"]
+ },
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"],
+ "whitelist": [
+ "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT.
+ // TODO(grv): clean up once Apps developer tool is published.
+ "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool.
+ ]
+ }
+ ],
"developerPrivate": {
"channel": "stable",
"extension_types": ["platform_app"],
@@ -780,10 +791,21 @@
"extension_types": ["extension", "legacy_packaged_app"],
"location": "component"
},
- "tabs": {
- "channel": "stable",
- "extension_types": ["extension", "legacy_packaged_app"]
- },
+ "tabs": [
+ {
+ "channel": "stable",
+ "extension_types": ["extension", "legacy_packaged_app"]
+ },
+ {
+ "channel": "stable",
+ "extension_types": ["platform_app"],
+ "whitelist": [
+ "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT.
+ // TODO(grv): clean up once Apps developer tool is published.
+ "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool.
+ ]
+ }
+ ],
"tabCapture": {
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698