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 |
} |
], |