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

Unified Diff: chrome/common/url_constants.cc

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 6ac57c5634a0ea799d60831c3b024c27c0cf6d58..216474518328636c6e92b30c0b7ec187930d96cb 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -454,20 +454,6 @@ const char kPageInfoHelpCenterURL[] =
"https://support.google.com/chrome/?p=ui_security_indicator";
#endif
-const char kCrashReasonURL[] =
-#if defined(OS_CHROMEOS)
- "https://support.google.com/chromeos/?p=e_awsnap";
-#else
- "https://support.google.com/chrome/?p=e_awsnap";
-#endif
-
-const char kKillReasonURL[] =
-#if defined(OS_CHROMEOS)
- "https://support.google.com/chromeos/?p=e_deadjim";
-#else
- "https://support.google.com/chrome/?p=e_deadjim";
-#endif
-
const char kPrivacyLearnMoreURL[] =
#if defined(OS_CHROMEOS)
"https://support.google.com/chromeos/?p=settings_privacy";

Powered by Google App Engine
This is Rietveld 408576698