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

Unified Diff: chrome/service/remoting/remoting_directory_service.cc

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 | « no previous file | remoting/client/extension/client.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/remoting/remoting_directory_service.cc
diff --git a/chrome/service/remoting/remoting_directory_service.cc b/chrome/service/remoting/remoting_directory_service.cc
index 8bc6b0a00867b167bfdc2990ccd50a628bb4cc1e..fbe002069ef0b62260b9d4e8ed2fb0b3ca2b43ec 100644
--- a/chrome/service/remoting/remoting_directory_service.cc
+++ b/chrome/service/remoting/remoting_directory_service.cc
@@ -15,7 +15,7 @@
#include "remoting/host/host_key_pair.h"
static const char kRemotingDirectoryUrl[] =
- "http://www-googleapis-test.sandbox.google.com/chromoting/v1/@me/hosts";
+ "https://www.googleapis.com/chromoting/v1/@me/hosts";
RemotingDirectoryService::RemotingDirectoryService(Client* client)
: client_(client) {
« no previous file with comments | « no previous file | remoting/client/extension/client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698