diff options
author | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 20:12:18 +0000 |
---|---|---|
committer | zelidrag@chromium.org <zelidrag@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 20:12:18 +0000 |
commit | ac39d7af11cb63211ed54225a559c2b628e57674 (patch) | |
tree | 486002eb77548c8eb94c05a11acda470e016e1ac /remoting/webapp | |
parent | 6fdb043493c52b69e8fa2690c0e175866d142323 (diff) | |
download | chromium_src-ac39d7af11cb63211ed54225a559c2b628e57674.zip chromium_src-ac39d7af11cb63211ed54225a559c2b628e57674.tar.gz chromium_src-ac39d7af11cb63211ed54225a559c2b628e57674.tar.bz2 |
Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts.google.com. We are going back to http://www.google.com/accounts/... for all API calls.
BUG=127147
TEST=all serivices dependent on GAIA auth should still work (sync, login, policy, drive...)
Review URL: https://chromiumcodereview.appspot.com/10411025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137937 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp')
-rw-r--r-- | remoting/webapp/manifest.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/webapp/manifest.json b/remoting/webapp/manifest.json index 2a1335f..a61615f6 100644 --- a/remoting/webapp/manifest.json +++ b/remoting/webapp/manifest.json @@ -22,7 +22,8 @@ } ], "permissions": [ - "https://accounts.google.com/*", + "https://accounts.google.com/o/oauth2/*", + "https://www.google.com/accounts/*", "https://www.googleapis.com/chromoting/*", "https://talkgadget.google.com/talkgadget/*", "https://relay.google.com/*", |