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

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

Issue 2633253002: Split content script injections into multiple tasks (Closed)
Patch Set: Created 3 years, 10 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 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"]
}
]

Powered by Google App Engine
This is Rietveld 408576698