| Index: remoting/webapp/me2mom/oauth2.js
|
| diff --git a/remoting/webapp/me2mom/oauth2.js b/remoting/webapp/me2mom/oauth2.js
|
| index 503cfec1aec4e39f7d0020f7bbb251c6bc819879..aa1255abb88d2650b1cb0704a94c6134f7c0f0e1 100644
|
| --- a/remoting/webapp/me2mom/oauth2.js
|
| +++ b/remoting/webapp/me2mom/oauth2.js
|
| @@ -34,8 +34,7 @@ remoting.OAuth2.prototype.SCOPE_ =
|
| 'https://www.googleapis.com/auth/googletalk ' +
|
| 'https://www.googleapis.com/auth/userinfo#email';
|
| remoting.OAuth2.prototype.REDIRECT_URI_ =
|
| - 'https://chromoting-httpxmpp-oauth2-dev.corp.google.com' +
|
| - '/oauth2_trampoline';
|
| + 'https://talkgadget.google.com/talkgadget/blank';
|
| remoting.OAuth2.prototype.OAUTH2_TOKEN_ENDPOINT_ =
|
| 'https://accounts.google.com/o/oauth2/token';
|
|
|
|
|