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

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

Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Fix nits. Created 3 years, 11 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 | « 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..57c9a2e6a43558e2325a76b5b147a3c7e2b99fd3 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -113,8 +113,14 @@
"contexts": ["blessed_extension"]
},
"clipboard": {
- "dependencies": ["permission:clipboard", "permission:clipboardRead"],
- "contexts": ["blessed_extension"]
+ "dependencies": ["permission:clipboard"],
+ "contexts": ["blessed_extension"]
+ },
+ "clipboard.onClipboardDataChanged": {
+ "dependencies": ["permission:clipboardRead"]
+ },
+ "clipboard.setImageData": {
+ "dependencies": ["permission:clipboardWrite"]
},
"declarativeWebRequest": {
"dependencies": ["permission: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