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

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

Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Address code review comments and add test cases. 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: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 5380a15a5e340fb2e79b95d93053db5e51838c87..217061df35a91138fcde7bae42ec862be1fbcc52 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -113,7 +113,9 @@
"contexts": ["blessed_extension"]
},
"clipboard": {
- "dependencies": ["permission:clipboard", "permission:clipboardRead"],
+ "dependencies": [
+ "permission:clipboard", "permission:clipboardReadWrite"
+ ],
"contexts": ["blessed_extension"]
},
"declarativeWebRequest": {

Powered by Google App Engine
This is Rietveld 408576698