Index: remoting/webapp/build-webapp.py |
diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py |
index b36f64f58c9fc94928c03f62d122840673cd180f..68b1aa8d05c95213a8967cf2ff54af3c9ef1670f 100755 |
--- a/remoting/webapp/build-webapp.py |
+++ b/remoting/webapp/build-webapp.py |
@@ -167,7 +167,8 @@ def buildWebApp(buildtype, version, mimetype, destination, zip_path, plugin, |
# Set the correct OAuth2 redirect URL. |
baseUrl = ( |
- 'https://talkgadget.google.com/talkgadget/oauth/chrome-remote-desktop') |
+ 'https://chromoting.talkgadget.google.com/' |
Jamie
2012/07/30 23:17:33
This is just the OAuth redirect URL. If we change
|
+ 'talkgadget/oauth/chrome-remote-desktop') |
if (buildtype == 'Official'): |
oauth2RedirectUrlJs = ( |
"'" + baseUrl + "/rel/' + chrome.i18n.getMessage('@@extension_id')") |