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

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

Issue 2163883006: Fix the clipboard feature spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move high leve restrictions to _permissions_features.json. Created 4 years, 5 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 | « no previous file | extensions/common/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 16ef286b80ca22fd1d3680ca25d898853ec3c922..e61695f4ca463d179fe033cd18ee0f9c8fd44811 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -150,14 +150,10 @@
"dependencies": ["manifest:bluetooth"],
"contexts": ["blessed_extension"]
},
- "clipboard": [{
+ "clipboard": {
Devlin 2016/07/20 23:26:58 Looks like you have trailing spaces here?
jennyz 2016/07/20 23:43:55 Done.
"dependencies": ["permission:clipboard", "permission:clipboardRead"],
- "contexts": ["blessed_extension"],
- "platforms": ["chromeos"]
- }, {
- "channel": "dev",
- "extension_types": ["platform_app"]
- }],
+ "contexts": ["blessed_extension"]
+ },
"declarativeWebRequest": {
"dependencies": ["permission:declarativeWebRequest"],
"contexts": ["blessed_extension"]
« no previous file with comments | « no previous file | extensions/common/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698