diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 18:32:28 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 18:32:28 +0000 |
commit | 6847ed64c92231392ef79db0c1c1ce7349f93948 (patch) | |
tree | d4ac69e279724ba1cef383820b5b609a42000ef8 /remoting | |
parent | 826012343fb2a661c7dda67f078b89fcf536e22b (diff) | |
download | chromium_src-6847ed64c92231392ef79db0c1c1ce7349f93948.zip chromium_src-6847ed64c92231392ef79db0c1c1ce7349f93948.tar.gz chromium_src-6847ed64c92231392ef79db0c1c1ce7349f93948.tar.bz2 |
Update GAIA URL to accounts.google.com/... from www.google.com/accounts/...
BUG=127147
TEST=all serivices dependent on GAIA auth should still work (sync, login, policy, drive...)
Review URL: https://chromiumcodereview.appspot.com/10382077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/webapp/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json index a61615f6..2a1335f 100644 --- a/remoting/webapp/manifest.json +++ b/remoting/webapp/manifest.json @@ -22,8 +22,7 @@ } ], "permissions": [ - "https://accounts.google.com/o/oauth2/*", - "https://www.google.com/accounts/*", + "https://accounts.google.com/*", "https://www.googleapis.com/chromoting/*", "https://talkgadget.google.com/talkgadget/*", "https://relay.google.com/*", |