| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 50d1a5c27efa17e41e91d5a4b77281bd14ba64ad..532f23074b0f2a3fbefdd72da208b51bd6be8564 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -44,6 +44,7 @@ extern const char kAboutBrowserCrash[];
|
| extern const char kAboutConflicts[];
|
| extern const char kAboutCacheURL[];
|
| extern const char kAboutCrashURL[];
|
| +extern const char kAboutKillURL[];
|
| extern const char kAboutCreditsURL[];
|
| extern const char kAboutDNSURL[];
|
| extern const char kAboutFlagsURL[];
|
| @@ -188,6 +189,9 @@ 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[];
|
|
|
|
|