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

Unified Diff: remoting/webapp/wcs_loader.js

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
« remoting/webapp/build-webapp.py ('K') | « remoting/webapp/manifest.json ('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 000369da5b4fe0450574c2c90f64ed196117a57c..b01d6a0bb75ad4e929c57fbac9ede7793da932d1 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://talkgadget.google.com/talkgadget/';
+ 'https://chromoting.talkgadget.google.com/talkgadget/';
/**
* The id of the script node.
« remoting/webapp/build-webapp.py ('K') | « remoting/webapp/manifest.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698