Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3960)

Unified Diff: chrome/common/url_constants.cc

Issue 7634011: This fixes the "Learn More" link on He's Dead Jim pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698