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

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: 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 | no next file » | 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..a3730f8896ddd1519c17fee15ef12baef8b739b7 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -151,13 +151,12 @@
"contexts": ["blessed_extension"]
},
"clipboard": [{
Devlin 2016/07/20 22:40:31 features that have only one entry should not be a
jennyz 2016/07/20 23:22:48 Done.
+ "channel": "dev",
Devlin 2016/07/20 22:40:31 the clipboard permission is already restricted to
jennyz 2016/07/20 23:22:48 Done.
"dependencies": ["permission:clipboard", "permission:clipboardRead"],
"contexts": ["blessed_extension"],
- "platforms": ["chromeos"]
- }, {
- "channel": "dev",
+ "platforms": ["chromeos"],
Devlin 2016/07/20 22:40:31 Though there's no rule behind it, we typically put
jennyz 2016/07/20 23:22:48 Done.
"extension_types": ["platform_app"]
- }],
+ }],
"declarativeWebRequest": {
"dependencies": ["permission:declarativeWebRequest"],
"contexts": ["blessed_extension"]
« 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