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

Unified Diff: chrome/test/data/extensions/api_test/clipboard/extension_no_permission/manifest.json

Issue 475883003: [wip] Respect the clipboardRead and clipboardWrite permissions in content scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: chrome/test/data/extensions/api_test/clipboard/extension_no_permission/manifest.json
diff --git a/chrome/test/data/extensions/api_test/clipboard/extension_no_permission/manifest.json b/chrome/test/data/extensions/api_test/clipboard/extension_no_permission/manifest.json
index 58a5d3148de2b722f56ebf4e6df189399445110d..e506071af5275a3d5fbed4729f4c9d977731ba24 100644
--- a/chrome/test/data/extensions/api_test/clipboard/extension_no_permission/manifest.json
+++ b/chrome/test/data/extensions/api_test/clipboard/extension_no_permission/manifest.json
@@ -5,5 +5,6 @@
"description": "end-to-end browser test for clipboard permissions",
"background": {
"page": "test.html"
- }
+ },
+ "permissions": ["http://localhost/*"]
}

Powered by Google App Engine
This is Rietveld 408576698