| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index df3c089817f71114e46ffb3a5590c047ea9c0048..a1f8e4fca8f9d63692bdef7948c0009d075678cf 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -506,6 +506,11 @@ extern const char kMediaAccessLearnMoreUrl[];
|
| // The URL for the "Learn more" link in the language settings.
|
| extern const char kLanguageSettingsLearnMoreUrl[];
|
|
|
| +#if defined(OS_MACOSX)
|
| +// The URL for the 32-bit Mac deprecation help center article
|
| +extern const char kMac32BitDeprecationURL[];
|
| +#endif
|
| +
|
| } // namespace chrome
|
|
|
| #endif // CHROME_COMMON_URL_CONSTANTS_H_
|
|
|