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

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

Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Defer creating clipboard_extension_helper_ object until used. 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
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/clipboard.idl » ('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 e06016c9697b5e0cc0df33c6d9d526014658d9e8..dfeca5ef286993c49e28c2d9cbd98d5f03c0787a 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": {
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/clipboard.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698