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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/tabs/manifest.json

Issue 308003003: Allow requesting Automation tree by tabId (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary content script from tests Created 6 years, 7 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/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}
}

Powered by Google App Engine
This is Rietveld 408576698