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

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

Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Fix interactive_ui_tests issue. Created 4 years, 1 month 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"
Devlin 2016/11/16 02:34:33 This will disable this entire api for any existing
jennyz 2016/12/07 01:21:48 This extension is a new one we added for Citrix re
Devlin 2016/12/09 15:23:43 Where is this whitelist enforced?
jennyz 2016/12/20 22:16:54 No, I didn't enforce the whitelist. According to y
Devlin 2016/12/22 16:07:49 But this API isn't *only* used for the new functio
jennyz 2016/12/22 22:45:20 Good point. I have removed clipboardReadWrite perm
jennyz 2016/12/22 23:31:40 I read your comment again. After I removed the add
Devlin 2016/12/27 17:08:00 Yes, if you want different permissions for differe
jennyz 2016/12/29 05:16:03 I made the change to adjust the permissions to API
+ ],
"contexts": ["blessed_extension"]
},
"declarativeWebRequest": {

Powered by Google App Engine
This is Rietveld 408576698