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

Unified Diff: chrome/browser/safe_browsing/srt_field_trial_win.cc

Issue 1919043002: Explicitly use HTTPS to download the CCT binary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 8 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: chrome/browser/safe_browsing/srt_field_trial_win.cc
diff --git a/chrome/browser/safe_browsing/srt_field_trial_win.cc b/chrome/browser/safe_browsing/srt_field_trial_win.cc
index 5b4ce1b5970690684af3747995ec58560a0e2f67..249b274d3071dbd8622775728328a89dd3e494da 100644
--- a/chrome/browser/safe_browsing/srt_field_trial_win.cc
+++ b/chrome/browser/safe_browsing/srt_field_trial_win.cc
@@ -25,10 +25,10 @@ const char kSRTReporterOffGroup[] = "Off";
// The download links of the Software Removal Tool.
const char kMainSRTDownloadURL[] =
- "http://dl.google.com/dl"
+ "https://dl.google.com/dl"
"/softwareremovaltool/win/chrome_cleanup_tool.exe?chrome-prompt=1";
const char kCanarySRTDownloadURL[] =
- "http://dl.google.com/dl"
+ "https://dl.google.com/dl"
"/softwareremovaltool/win/c/chrome_cleanup_tool.exe?chrome-prompt=1";
} // namespace
« 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