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

Unified Diff: chrome/installer/util/google_chrome_distribution.cc

Issue 1144193005: Fix a lot of support links. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bug 490887 Created 5 years, 7 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 | « chrome/installer/setup/eula/oem_zh-TW.html ('k') | components/autofill/core/common/autofill_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22150a684a8f4e8b8dd0703e5e2559df876a37e3..6b0a6400fef764d1daecd31868db751ebfd91682 100644
--- a/chrome/installer/util/google_chrome_distribution.cc
+++ b/chrome/installer/util/google_chrome_distribution.cc
@@ -52,7 +52,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/"
L"request.py?hl=$1&contact_type=uninstall";
return LocalizeUrl(kSurveyUrl);
}
« no previous file with comments | « chrome/installer/setup/eula/oem_zh-TW.html ('k') | components/autofill/core/common/autofill_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698