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

Unified Diff: chrome/browser/resources/gaia_auth/manifest_test.json

Issue 7809015: Added user email/password switches for test automation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/browser/resources/gaia_auth/manifest_test.json
===================================================================
--- chrome/browser/resources/gaia_auth/manifest_test.json (revision 98804)
+++ chrome/browser/resources/gaia_auth/manifest_test.json (working copy)
@@ -6,8 +6,8 @@
"description": "GAIA Test Component Extension",
"content_scripts": [
{
- "matches": ["https://www.google.com/accounts/*"],
- "js": ["content.js"],
+ "matches": ["https://www.google.com/accounts/*", "https://accounts.google.com/*"],
+ "js": ["test/content.js"],
"all_frames": true
}
],

Powered by Google App Engine
This is Rietveld 408576698