| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index c6221cf34fb0bf4c64d83a0e3a76acc9c6e1b87c..17e539bbb4c1471fa8854f41aa34b3dcab8dab2a 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -146,7 +146,6 @@ extern const char kChromeUICastURL[];
|
| #endif
|
|
|
| #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
|
| -extern const char kChromeUIDiscardsHost[];
|
| extern const char kChromeUIDiscardsURL[];
|
| #endif
|
|
|
| @@ -258,6 +257,11 @@ extern const char kChromeUIWorkersHost[];
|
| extern const char kChromeUIPrintHost[];
|
| #endif // ENABLE_PRINT_PREVIEW
|
|
|
| +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX)
|
| +extern const char kChromeUISigninDiceInternalsHost[];
|
| +extern const char kChromeUIDiscardsHost[];
|
| +#endif
|
| +
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_ANDROID)
|
| extern const char kChromeUILinuxProxyConfigHost[];
|
| #endif
|
|
|