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

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

Issue 13542003: Add browser test for new user CrOS login flow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 7 years, 8 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
diff --git a/chrome/browser/resources/gaia_auth/manifest_test.json b/chrome/browser/resources/gaia_auth/manifest_test.json
index 3b0363a48c207afe7767d43a98981270aabd7fc0..6976bbf4b7eb8ad5b05bab271ce3e5643a9434e9 100644
--- a/chrome/browser/resources/gaia_auth/manifest_test.json
+++ b/chrome/browser/resources/gaia_auth/manifest_test.json
@@ -4,7 +4,7 @@
"name": "GaiaTestAuthExtension",
"version": "0.0.1",
"manifest_version": 2,
- "content_security_policy": "default-src 'self'; script-src 'self'; frame-src 'self' https://insecure.com https://www.google.com/accounts/ https://accounts.google.com https://accounts.youtube.com https://gaiastaging.corp.google.com",
+ "content_security_policy": "default-src 'self'; script-src 'self'; frame-src 'self' https://insecure.com https://www.google.com/accounts/ https://accounts.google.com https://accounts.youtube.com https://gaiastaging.corp.google.com http://localhost:8040 http://localhost:8041 http://localhost:8042 http://localhost:8043 http://localhost:8044",
"description": "GAIA Test Component Extension",
"content_scripts": [
{
@@ -12,7 +12,8 @@
"https://www.google.com/accounts/*",
"https://accounts.google.com/*",
"https://gaiastaging.corp.google.com/*",
- "https://insecure.com/*"
+ "https://insecure.com/*",
+ "http://localhost:8040/*"
],
"js": ["test/content.js"],
"all_frames": true
@@ -35,6 +36,7 @@
"https://www.google.com/accounts/*",
"https://accounts.google.com/*",
"https://gaiastaging.corp.google.com/*",
- "chrome://oobe/"
+ "chrome://oobe/",
+ "http://localhost:8040/*"
]
}
« no previous file with comments | « chrome/browser/resources/chromeos/login/screen_gaia_signin.js ('k') | chrome/browser/resources/gaia_auth/test/content.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698