Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1499)

Unified Diff: remoting/webapp/build-webapp.py

Issue 10837106: [Chromoting] Use different talkgadget prefixes for client and oauth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/wcs_loader.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/build-webapp.py
diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py
index 68b1aa8d05c95213a8967cf2ff54af3c9ef1670f..9b8599adb6cc7bf530132fe1809772c2f9176a03 100755
--- a/remoting/webapp/build-webapp.py
+++ b/remoting/webapp/build-webapp.py
@@ -167,7 +167,7 @@ def buildWebApp(buildtype, version, mimetype, destination, zip_path, plugin,
# Set the correct OAuth2 redirect URL.
baseUrl = (
- 'https://chromoting.talkgadget.google.com/'
+ 'https://chromoting-oauth.talkgadget.google.com/'
'talkgadget/oauth/chrome-remote-desktop')
if (buildtype == 'Official'):
oauth2RedirectUrlJs = (
« no previous file with comments | « no previous file | remoting/webapp/wcs_loader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698