| 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 1ce8cf927996dbcbf774f1f33b76efceaea08dea..b66d5d57c4a84564d6b72dd587316340516bfe2f 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
|
| @@ -10,6 +10,7 @@
|
| "content_scripts": [
|
| {
|
| "matches": ["http://*/*test_file_with_body.html"],
|
| + "run_at": "document_end",
|
| "js": ["content_script.js"]
|
| }
|
| ]
|
|
|