| Index: chrome/test/data/extensions/api_test/automation/tests/tabs/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/automation/tests/tabs/manifest.json b/chrome/test/data/extensions/api_test/automation/tests/tabs/manifest.json
|
| index 1b7740fb9cc05d154128d190dd63c4e7db17b31b..c3bff0c418990d9ad5218c80700e2299be855df3 100644
|
| --- a/chrome/test/data/extensions/api_test/automation/tests/tabs/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/automation/tests/tabs/manifest.json
|
| @@ -3,13 +3,6 @@
|
| "version": "0.1",
|
| "manifest_version": 2,
|
| "description": "Tests for the Automation API.",
|
| - "content_scripts": [
|
| - {
|
| - "matches": [ "<all_urls>" ],
|
| - "js": [ "content.js" ],
|
| - "run_at": "document_end"
|
| - }
|
| - ],
|
| "permissions": ["tabs", "http://a.com/"],
|
| "automation": {"interact": true}
|
| }
|
|
|