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

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

Issue 11316164: Implement ComplexFeature to support permission features with multiple rules. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments, cleanup Created 8 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/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index 13c5f426ebed45675b2700745fb9e8cfc2cbb185..7e748e8208c4168b06c8040558ad480d0c258a07 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -319,10 +319,18 @@
"channel": "stable",
"extension_types": ["extension", "packaged_app"]
},
- "tabCapture": {
+ // TODO(justinlin): Remove this and submit separately.
+ "tabCapture": [{
"channel": "dev",
"extension_types": ["extension", "packaged_app"]
- },
+ }, {
+ "channel": "stable",
+ "extension_types": ["extension", "packaged_app"],
+ "whitelist": [
+ "pnhechapfaindjhompbnflcldabbghjo",
+ "okddffdblfhhnmhodogpojmfkjmhinfp"
+ ]
+ }],
"terminalPrivate": {
"channel": "stable",
"extension_types": ["extension", "packaged_app", "platform_app"],

Powered by Google App Engine
This is Rietveld 408576698