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

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

Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Update idl for possible web alternative timeline. Created 4 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 7f8a14c0a4c7309e136bffd0dc6c3b117c4e4348..2bc3fdbf9892549c3898b81ede4fcd5ef54aa024 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -152,6 +152,12 @@
"extension", "legacy_packaged_app", "hosted_app", "platform_app"
]
},
+ "clipboardReadWrite": {
+ "channel": "dev",
+ "extension_types": [
+ "extension", "legacy_packaged_app", "hosted_app", "platform_app"
+ ]
+ },
"clipboardWrite": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698