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

Unified Diff: chrome/test/data/extensions/api_test/messaging/connect/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/messaging/connect/manifest.json
diff --git a/chrome/test/data/extensions/api_test/messaging/connect/manifest.json b/chrome/test/data/extensions/api_test/messaging/connect/manifest.json
index e9af6dbd8954f4165085f6e141604f71edddcdc3..d9fce6c96b53bbf37ac61f4561c8614d39036b87 100644
--- a/chrome/test/data/extensions/api_test/messaging/connect/manifest.json
+++ b/chrome/test/data/extensions/api_test/messaging/connect/manifest.json
@@ -11,6 +11,7 @@
"content_scripts": [
{
"matches": ["http://*/*"],
+ "run_at": "document_end",
"js": ["page.js"]
},
{

Powered by Google App Engine
This is Rietveld 408576698