diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 21:13:12 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 21:13:12 +0000 |
commit | 31534b3f9d96575ade3698d7fec9b7911311fac2 (patch) | |
tree | 4ff70abf3efe2514c2a7c178a9619a0f9b5b41f4 /chrome/service | |
parent | 73561a859fe6cf3cdd62431c26f7ccf601326ebc (diff) | |
download | chromium_src-31534b3f9d96575ade3698d7fec9b7911311fac2.zip chromium_src-31534b3f9d96575ade3698d7fec9b7911311fac2.tar.gz chromium_src-31534b3f9d96575ade3698d7fec9b7911311fac2.tar.bz2 |
Updated chromoting directory URL to use www.googleapis.com, switched to https.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3252006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57909 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/remoting/remoting_directory_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/remoting/remoting_directory_service.cc b/chrome/service/remoting/remoting_directory_service.cc index 8bc6b0a0..fbe00206 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) { |