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

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: Fix GN 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 0d353ec621ca7159cb479bbb140e0cfeb41d245d..0db5bee09f4a03aa81015fa6ecf1a7faefa5bcdd 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -455,20 +455,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";
« no previous file with comments | « chrome/common/url_constants.h ('k') | components/OWNERS » ('j') | components/sad_tab/sad_tab.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698