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

Side by Side Diff: chrome/browser/resources/chromeos/gaia_auth/manifest_test.json

Issue 10411025: Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts.google.com. We are goi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 // chrome-extension://mfffpogegjflfpflabcdkioaeobkgjik/ 2 // chrome-extension://mfffpogegjflfpflabcdkioaeobkgjik/
3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQC4L17nAfeTd6Xhtx96WhQ6DSr8KdHeQm fzgCkieKLCgUkWdwB9G1DCuh0EPMDn1MdtSwUAT7xE36APEzi0X/UpKjOVyX8tCC3aQcLoRAE0aJAvCc GwK7qIaQaczHmHKvPC2lrRdzSoMMTC5esvHX+ZqIBMi123FOL0dGW6OPKzIwIBIw==", 3 "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQC4L17nAfeTd6Xhtx96WhQ6DSr8KdHeQm fzgCkieKLCgUkWdwB9G1DCuh0EPMDn1MdtSwUAT7xE36APEzi0X/UpKjOVyX8tCC3aQcLoRAE0aJAvCc GwK7qIaQaczHmHKvPC2lrRdzSoMMTC5esvHX+ZqIBMi123FOL0dGW6OPKzIwIBIw==",
4 "name": "GaiaTestAuthExtension", 4 "name": "GaiaTestAuthExtension",
5 "version": "0.0.1", 5 "version": "0.0.1",
6 "manifest_version": 2, 6 "manifest_version": 2,
7 "content_security_policy": "default-src 'self'; script-src 'self'; frame-src ' self' https://insecure.com https://www.google.com/accounts/ https://accounts.goo gle.com https://gaiastaging.corp.google.com", 7 "content_security_policy": "default-src 'self'; script-src 'self'; frame-src ' self' https://insecure.com https://www.google.com/accounts/ https://accounts.goo gle.com https://gaiastaging.corp.google.com",
8 "description": "GAIA Test Component Extension", 8 "description": "GAIA Test Component Extension",
9 "content_scripts": [ 9 "content_scripts": [
10 { 10 {
(...skipping 15 matching lines...) Expand all
26 "offline.html", 26 "offline.html",
27 "offline.js", 27 "offline.js",
28 "success.html", 28 "success.html",
29 "success.js", 29 "success.js",
30 "util.js", 30 "util.js",
31 "test/content.js" 31 "test/content.js"
32 ], 32 ],
33 "permissions": [ 33 "permissions": [
34 "https://insecure.com/*", 34 "https://insecure.com/*",
35 "https://www.google.com/accounts/*", 35 "https://www.google.com/accounts/*",
36 "https://accounts.google.com/*",
37 "https://gaiastaging.corp.google.com/*", 36 "https://gaiastaging.corp.google.com/*",
38 "chrome://oobe/" 37 "chrome://oobe/"
39 ] 38 ]
40 } 39 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/gaia_auth/manifest.json ('k') | chrome/browser/sync/resources/gaia_login_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698