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

Unified Diff: chrome/common/url_constants.cc

Issue 1212783003: Make Win HRESULT into link to help-center. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: create link in updater where hresult is known Created 5 years, 6 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/common/url_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 878a9fd1b8f4780ece1bd76149825036d4f6a688..69b5e3aba644d3187ebd1ae42d9b4a06df23c8ca 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -366,6 +366,9 @@ const char kPasswordManagerLearnMoreURL[] =
"https://support.google.com/chrome/?p=settings_password";
#endif
+const char kUpgradeHelpCenterBaseURL[] =
+ "http://support.google.com/installer/?product={8A69D345-D564-463c-AFF1-A69D9E530F96}&error=";
+
const char kPasswordManagerAccountDashboardURL[] =
"https://passwords.google.com/settings/passwords";
« no previous file with comments | « chrome/common/url_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698