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

Unified Diff: remoting/webapp/crd/js/host_installer.js

Issue 2347923002: Change Chrome Remote Desktop MSI download link to use HTTPS (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/crd/js/host_installer.js
diff --git a/remoting/webapp/crd/js/host_installer.js b/remoting/webapp/crd/js/host_installer.js
index 6386fe73b5e49b7980f163465117759982c0757e..f9af51e2170f8572cf501607bf686d6fa6cb8fd0 100644
--- a/remoting/webapp/crd/js/host_installer.js
+++ b/remoting/webapp/crd/js/host_installer.js
@@ -77,9 +77,9 @@ remoting.HostInstaller.isInstalled = function() {
/** @type {Object<string>} */
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',
- 'Win64': 'http://dl.google.com/dl/edgedl/chrome-remote-desktop/' +
+ 'Win64': 'https://dl.google.com/dl/edgedl/chrome-remote-desktop/' +
'chromeremotedesktophost.msi',
'MacIntel': 'https://dl.google.com/chrome-remote-desktop/' +
'chromeremotedesktop.dmg',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698