| Index: chrome/common/url_constants.cc
|
| diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
|
| index 1a4b74220c8f3a8a8745a74168d34c230b96c8d1..53038946f68bc55ac4dff02af34b5e494c6e4941 100644
|
| --- a/chrome/common/url_constants.cc
|
| +++ b/chrome/common/url_constants.cc
|
| @@ -633,6 +633,10 @@ const char kRemoveNonCWSExtensionURL[] =
|
| #if defined(OS_WIN)
|
| const char kNotificationsHelpURL[] =
|
| "https://support.google.com/chrome/?p=ui_notifications";
|
| +
|
| +// TODO(proberge): Change this URL to a p-link.
|
| +const char kChromeCleanerLearnMoreURL[] =
|
| + "https://support.google.com/chrome/answer/6086368";
|
| #endif
|
|
|
| const char kNotificationWelcomeLearnMoreURL[] =
|
|
|