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

Unified Diff: chrome/test/data/extensions/api_test/clipboard/clipboard_data_changed/manifest.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: chrome/test/data/extensions/api_test/clipboard/clipboard_data_changed/manifest.json
diff --git a/chrome/test/data/extensions/api_test/clipboard/clipboard_data_changed/manifest.json b/chrome/test/data/extensions/api_test/clipboard/clipboard_data_changed/manifest.json
index 452d4664af694041596df63077da59ef72811a23..7c47dd96dc4cedeec043a1f5445e4a1063b8d5e2 100644
--- a/chrome/test/data/extensions/api_test/clipboard/clipboard_data_changed/manifest.json
+++ b/chrome/test/data/extensions/api_test/clipboard/clipboard_data_changed/manifest.json
@@ -9,6 +9,6 @@
}
},
"permissions": [
- "clipboard", "clipboardRead", "clipboardWrite"
+ "clipboard", "clipboardReadWrite"
]
}

Powered by Google App Engine
This is Rietveld 408576698