| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index f5ebe16a011753e92aeba563c736b869004e7527..796b8da9122affab097593cda2c68c3c3a8613a9 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -492,6 +492,9 @@ const char kLearnMoreEnterpriseURL[] =
|
| "https://support.google.com/chromeos/bin/answer.py?answer=2535613";
|
| #endif
|
|
|
| +const char kNotificationsHelpURL[] =
|
| + "https://support.google.com/chrome/?p=ui_notifications";
|
| +
|
| const char* const kChromeDebugURLs[] = {
|
| content::kChromeUICrashURL,
|
| content::kChromeUIKillURL,
|
|
|