| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index e4c56fc35df77a4008aba4e335068960b6126e71..844cb3248296013117f3c216330809e96b80f52f 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -51,6 +51,7 @@ const char kAboutBlankURL[] = "about:blank";
|
| const char kAboutCacheURL[] = "about:cache";
|
| const char kAboutConflicts[] = "about:conflicts";
|
| const char kAboutCrashURL[] = "about:crash";
|
| +const char kAboutKillURL[] = "about:kill";
|
| const char kAboutCreditsURL[] = "about:credits";
|
| const char kAboutDNSURL[] = "about:dns";
|
| const char kAboutFlagsURL[] = "about:flags";
|
| @@ -204,6 +205,15 @@ const char kCrashReasonURL[] =
|
| "http://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)
|
| + "http://www.google.com/support/chromeos/bin/answer.py?answer=1047340";
|
| +#else
|
| + "http://www.google.com/support/chrome/bin/answer.py?answer=95669";
|
| +#endif
|
| +
|
| const char kPrivacyLearnMoreURL[] =
|
| #if defined(OS_CHROMEOS)
|
| "http://www.google.com/support/chromeos/bin/answer.py?answer=1047334";
|
|
|