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

Unified Diff: chrome/test/data/extensions/api_test/incognito/content_scripts/manifest.json

Issue 117993006: Run the incognito title-changing content_script extension for tests at document_end (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/incognito/content_scripts/manifest.json
diff --git a/chrome/test/data/extensions/api_test/incognito/content_scripts/manifest.json b/chrome/test/data/extensions/api_test/incognito/content_scripts/manifest.json
index 93784d376b7b6e0a5e6c95e3b455881ae3a24f15..c159a0c3aaf796af70b1580ee642a397472f4702 100644
--- a/chrome/test/data/extensions/api_test/incognito/content_scripts/manifest.json
+++ b/chrome/test/data/extensions/api_test/incognito/content_scripts/manifest.json
@@ -8,7 +8,7 @@
{
"matches": ["http://*/*", "https://*/*"],
"js": ["change_page_title.js"],
- "run_at": "document_start"
+ "run_at": "document_end"
}
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698