Commit aa9abe76 authored by avi's avatar avi Committed by Commit bot

Use the correct URL for ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY errors.

BUG=490260,490240
TEST=as in bug

Review URL: https://codereview.chromium.org/1148943002

Cr-Commit-Position: refs/heads/master@{#330799}
parent 1c80791c
...@@ -49,7 +49,7 @@ namespace { ...@@ -49,7 +49,7 @@ namespace {
static const char kRedirectLoopLearnMoreUrl[] = static const char kRedirectLoopLearnMoreUrl[] =
"https://www.google.com/support/chrome/bin/answer.py?answer=95626"; "https://www.google.com/support/chrome/bin/answer.py?answer=95626";
static const char kWeakDHKeyLearnMoreUrl[] = static const char kWeakDHKeyLearnMoreUrl[] =
"http://sites.google.com/a/chromium.org/dev/" "https://www.chromium.org/administrators/"
"err_ssl_weak_server_ephemeral_dh_key"; "err_ssl_weak_server_ephemeral_dh_key";
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
static const char kAppWarningLearnMoreUrl[] = static const char kAppWarningLearnMoreUrl[] =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment