| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 72002df8afe55712f1b05d3b95103f2a5862a831..2c129b1ba2affeba1330dae0871e06bc9da29531 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -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)
|
|
|