Commit 2517bb7a authored by gspencer@google.com's avatar gspencer@google.com

This fixes the "Learn More" link on He's Dead Jim pages

to point to the right topic, now that it exists.

BUG=chromium:72327
TEST=killed a tab, clicked on "Learn More" link and saw it went to the
     right place.

Review URL: http://codereview.chromium.org/7634011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96484 0039d316-1c4b-4281-b951-d872f2087c98
parent 3a475691
......@@ -253,14 +253,8 @@ const char kCrashReasonURL[] =
"https://www.google.com/support/chrome/bin/answer.py?answer=95669";
#endif
// TODO: These are currently placeholders that point to the crash
// docs. See bug http://crosbug.com/10711
const char kKillReasonURL[] =
#if defined(OS_CHROMEOS)
"https://www.google.com/support/chromeos/bin/answer.py?answer=1047340";
#else
"https://www.google.com/support/chrome/bin/answer.py?answer=95669";
#endif
"http://www.google.com/support/chrome/bin/answer.py?answer=1270364";
const char kPrivacyLearnMoreURL[] =
#if defined(OS_CHROMEOS)
......
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