| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 8df1386c3bac65d0449f92e21509f9669d60ee9e..38e1188527176c5cecf259c908115fc50dfba1d8 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -526,6 +526,9 @@ extern const char kRemoveNonCWSExtensionURL[];
|
|
|
| #if defined(OS_WIN)
|
| extern const char kNotificationsHelpURL[];
|
| +
|
| +// The URL for the Learn More link in the Chrome Cleanup settings card.
|
| +extern const char kChromeCleanerLearnMoreURL[];
|
| #endif
|
|
|
| // The Welcome Notification More Info URL.
|
|
|