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

Unified Diff: chrome/test/data/extensions/api_test/content_scripts/isolated_world1/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/content_scripts/isolated_world1/manifest.json
diff --git a/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json
index e90f95cd109946f75c559c2c9c5a6ad8351e434c..0ee15f10f267dbf3f391e4fe66b685cdc0d1bbf4 100644
--- a/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json
+++ b/chrome/test/data/extensions/api_test/content_scripts/isolated_world1/manifest.json
@@ -10,10 +10,12 @@
"content_scripts": [
{
"matches": ["http://*/*"],
+ "run_at": "document_end",
"js": ["a.js"]
},
{
"matches": ["http://*/*"],
+ "run_at": "document_end",
"js": ["b.js"]
}
]

Powered by Google App Engine
This is Rietveld 408576698