summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-09-11 12:21:48 -0400
committerDavid Benjamin <davidben@chromium.org>2015-09-11 16:22:39 +0000
commit0fc8d1d04be6a826e1222ccd4bbff86bfecd1d86 (patch)
treeada4ee6723c265ba8a397aca9d52d71831abdb33
parent31a741346930e8528869aa24b8525aa4a28a9fe9 (diff)
downloadchromium_src-0fc8d1d04be6a826e1222ccd4bbff86bfecd1d86.zip
chromium_src-0fc8d1d04be6a826e1222ccd4bbff86bfecd1d86.tar.gz
chromium_src-0fc8d1d04be6a826e1222ccd4bbff86bfecd1d86.tar.bz2
Update ERR_SSL_WEAK_EPHEMERAL_DH_KEY Learn More URL.
BUG=527949 TEST=Visit https://dh512.badssl.com/ Details Learn more Browser should be taken to a page on support.google.com. Review URL: https://codereview.chromium.org/1303043004 Cr-Commit-Position: refs/heads/master@{#347217} (cherry picked from commit bc3952a565f67c48524825953f0c6ca7b50f5fda) TBR=felt@chromium.org,thestig@chromium.org Review URL: https://codereview.chromium.org/1340643003 . Cr-Commit-Position: refs/branch-heads/2454@{#462} Cr-Branched-From: 12bfc3360892ec53cd00fc239a47e5298beb063b-refs/heads/master@{#338390}
-rw-r--r--chrome/common/localized_error.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
index 3089c7c..7033f64 100644
--- a/chrome/common/localized_error.cc
+++ b/chrome/common/localized_error.cc
@@ -44,8 +44,7 @@ namespace {
static const char kRedirectLoopLearnMoreUrl[] =
"https://support.google.com/chrome/answer/95626";
static const char kWeakDHKeyLearnMoreUrl[] =
- "https://www.chromium.org/administrators/"
- "err_ssl_weak_server_ephemeral_dh_key";
+ "https://support.google.com/chrome?p=dh_error";
static const char kCachedCopyButtonFieldTrial[] =
"EnableGoogleCachedCopyTextExperiment";
static const char kCachedCopyButtonExpTypeControl[] = "control";