Chromium Code Reviews| Index: chrome/installer/util/google_chrome_distribution.cc |
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc |
| index ff32f5854c4ead242c381e838c545610a2ee54e9..78e5d90f4367b18da729210354205be866d0753e 100644 |
| --- a/chrome/installer/util/google_chrome_distribution.cc |
| +++ b/chrome/installer/util/google_chrome_distribution.cc |
| @@ -53,7 +53,7 @@ base::string16 LocalizeUrl(const wchar_t* url) { |
| } |
| base::string16 GetUninstallSurveyUrl() { |
| - const wchar_t kSurveyUrl[] = L"http://www.google.com/support/chrome/bin/" |
| + const wchar_t kSurveyUrl[] = L"https://support.google.com/chrome/bin/" |
|
alexab
2015/05/22 00:08:48
https://support.google.com/chrome/
Dan Beam
2015/05/22 01:08:46
Done.
|
| L"request.py?hl=$1&contact_type=uninstall"; |
|
alexab
2015/05/22 00:08:48
contact/uninstall3
Dan Beam
2015/05/22 01:08:46
Not done. (didn't work for me)
|
| return LocalizeUrl(kSurveyUrl); |
| } |