| Index: chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/manifest.json
|
| diff --git a/chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/manifest.json b/chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/manifest.json
|
| index 7308e270870bfe1d2604887044cd8d1d5027227f..78a699db76ade264a4d2ba577aee64f7ca166dfb 100644
|
| --- a/chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/manifest.json
|
| +++ b/chrome/test/data/extensions/active_script/content_scripts_explicit_hosts/manifest.json
|
| @@ -5,7 +5,8 @@
|
| "content_scripts": [
|
| {
|
| "matches": ["http://127.0.0.1/*"],
|
| - "js": ["content_script.js"]
|
| + "js": ["content_script.js"],
|
| + "run_at": "document_start"
|
| }
|
| ],
|
| "manifest_version": 2
|
|
|