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

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

Issue 10789054: [Chromoting] Add wildcard to talkgadget in manifest permissions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add wildcard to talkgadget Created 8 years, 5 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/manifest.json » ('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 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')")
« no previous file with comments | « no previous file | remoting/webapp/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698