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

Unified Diff: remoting/tools/register_host.py

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 | « remoting/tools/hostdir.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/tools/register_host.py
diff --git a/remoting/tools/register_host.py b/remoting/tools/register_host.py
index ccfe37886834fac0c357cac5fda331ed3d12aa11..ffdb955df6f0a5f2334758ee793f37b2544ea340 100755
--- a/remoting/tools/register_host.py
+++ b/remoting/tools/register_host.py
@@ -22,8 +22,8 @@ def random_uuid():
return ("%04x%04x-%04x-%04x-%04x-%04x%04x%04x" %
tuple(map(lambda x: random.randrange(0,65536), range(8))))
-server = 'www-googleapis-test.sandbox.google.com'
-url = 'http://' + server + '/chromoting/v1/@me/hosts'
+server = 'www.googleapis.com'
+url = 'https://' + server + '/chromoting/v1/@me/hosts'
settings_filepath = os.path.join(os.path.expanduser('~'),
'.ChromotingConfig.json')
« no previous file with comments | « remoting/tools/hostdir.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698