From c8c77b0e9119cf84b970c860525aa28595e1a1e2 Mon Sep 17 00:00:00 2001 From: "jamiewalch@google.com" Date: Tue, 6 Sep 2011 18:31:40 +0000 Subject: Use talk gadget blank page for bounce. BUG=None TEST=Logout and reauthenticate Review URL: http://codereview.chromium.org/7739040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99771 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/webapp/me2mom/manifest.json | 2 -- remoting/webapp/me2mom/oauth2.js | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'remoting') diff --git a/remoting/webapp/me2mom/manifest.json b/remoting/webapp/me2mom/manifest.json index 8ec4f9c..df672cc 100644 --- a/remoting/webapp/me2mom/manifest.json +++ b/remoting/webapp/me2mom/manifest.json @@ -15,8 +15,6 @@ "content_scripts": [ { "matches": [ - "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline", - "https://chromoting-httpxmpp-oauth2-dev.corp.google.com/oauth2_trampoline?*", "https://talkgadget.google.com/talkgadget/blank", "https://talkgadget.google.com/talkgadget/blank?*" ], diff --git a/remoting/webapp/me2mom/oauth2.js b/remoting/webapp/me2mom/oauth2.js index 503cfec..aa1255a 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'; -- cgit v1.1