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

Unified Diff: chrome/common/url_constants.h

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.h
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 802f1f358b1fd4de378bb68abc4c4a9e2f4c6a31..5cd12b19f03104112131d9b5ded22ba80428926b 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -397,12 +397,6 @@ extern const char kOmniboxLearnMoreURL[];
// "What do these mean?" URL for the Page Info bubble.
extern const char kPageInfoHelpCenterURL[];
-// "Learn more" URL for "Aw snap" page.
-extern const char kCrashReasonURL[];
-
-// "Learn more" URL for killed tab page.
-extern const char kKillReasonURL[];
-
// "Learn more" URL for the Privacy section under Options.
extern const char kPrivacyLearnMoreURL[];

Powered by Google App Engine
This is Rietveld 408576698