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

Unified Diff: remoting/client/extension/client.js

Issue 3252006: Updated chromoting directory URL to use www.googleapis.com, switched to https.. (Closed)
Patch Set: Created 10 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 | « chrome/service/remoting/remoting_directory_service.cc ('k') | remoting/tools/hostdir.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/extension/client.js
diff --git a/remoting/client/extension/client.js b/remoting/client/extension/client.js
index cdedfe3fdf37785124fbf62b05e8b18a2bf39815..18564263c952ef29591dc3428d0faa6b168b2bc0 100644
--- a/remoting/client/extension/client.js
+++ b/remoting/client/extension/client.js
@@ -130,7 +130,7 @@ function doListHosts() {
}
};
- xhr.open('GET', 'http://www-googleapis-test.sandbox.google.com/chromoting/v1/@me/hosts');
+ xhr.open('GET', 'https://www.googleapis.com/chromoting/v1/@me/hosts');
xhr.setRequestHeader('Content-Type', 'text/plain;charset=UTF-8');
xhr.setRequestHeader('Authorization', 'GoogleLogin auth=' + token);
xhr.send(null);
« no previous file with comments | « chrome/service/remoting/remoting_directory_service.cc ('k') | remoting/tools/hostdir.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698