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

Unified Diff: remoting/webapp/wcs_loader.js

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 | « remoting/webapp/build-webapp.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/wcs_loader.js
diff --git a/remoting/webapp/wcs_loader.js b/remoting/webapp/wcs_loader.js
index b01d6a0bb75ad4e929c57fbac9ede7793da932d1..e8206f408ed7e0873a22f4250ba6ca3a3278c2e5 100644
--- a/remoting/webapp/wcs_loader.js
+++ b/remoting/webapp/wcs_loader.js
@@ -56,7 +56,7 @@ remoting.WcsLoader.load = function(onReady, onError) {
* @private
*/
remoting.WcsLoader.prototype.TALK_GADGET_URL_ =
- 'https://chromoting.talkgadget.google.com/talkgadget/';
+ 'https://chromoting-client.talkgadget.google.com/talkgadget/';
/**
* The id of the script node.
« no previous file with comments | « remoting/webapp/build-webapp.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698