Commit bc94e6ac authored by elawrence's avatar elawrence Committed by Commit bot

Change Chrome Remote Desktop MSI download link to use HTTPS

BUG=598338

Review-Url: https://codereview.chromium.org/2347923002
Cr-Commit-Position: refs/heads/master@{#419362}
parent 669490c3
...@@ -77,9 +77,9 @@ remoting.HostInstaller.isInstalled = function() { ...@@ -77,9 +77,9 @@ remoting.HostInstaller.isInstalled = function() {
/** @type {Object<string>} */ /** @type {Object<string>} */
var HOST_DOWNLOAD_URLS = { var HOST_DOWNLOAD_URLS = {
'Win32': 'http://dl.google.com/dl/edgedl/chrome-remote-desktop/' + 'Win32': 'https://dl.google.com/dl/edgedl/chrome-remote-desktop/' +
'chromeremotedesktophost.msi', 'chromeremotedesktophost.msi',
'Win64': 'http://dl.google.com/dl/edgedl/chrome-remote-desktop/' + 'Win64': 'https://dl.google.com/dl/edgedl/chrome-remote-desktop/' +
'chromeremotedesktophost.msi', 'chromeremotedesktophost.msi',
'MacIntel': 'https://dl.google.com/chrome-remote-desktop/' + 'MacIntel': 'https://dl.google.com/chrome-remote-desktop/' +
'chromeremotedesktop.dmg', 'chromeremotedesktop.dmg',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment