| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index c8912e5b45b2de7dc002e8e35bf4bb8b4d3fd27e..765a3aa8495d37b5b441c9451cbd4d9359c1b2c3 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -139,7 +139,7 @@ extern const char kChromeUIWebRtcLogsURL[];
|
| extern const char kChromeUIMediaRouterURL[];
|
| #endif
|
|
|
| -#if defined(OS_WIN) || defined(OS_CHROMEOS)
|
| +#if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_LINUX)
|
| extern const char kChromeUIDiscardsHost[];
|
| extern const char kChromeUIDiscardsURL[];
|
| #endif
|
| @@ -549,7 +549,7 @@ extern const char kMac32BitDeprecationURL[];
|
| // The URL for the "Learn more" link the the Easy Unlock settings.
|
| extern const char kEasyUnlockLearnMoreUrl[];
|
|
|
| -#if defined(OS_WIN) || defined(OS_CHROMEOS)
|
| +#if defined(OS_WIN) || defined(OS_CHROMEOS) || defined(OS_LINUX)
|
| extern const char kChromeUIDiscardsHost[];
|
| extern const char kChromeUIDiscardsURL[];
|
| #endif
|
|
|