| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 38192c0960a4a07f1a306f223dc3e160df44ddf5..5088e5668f49750351c6381ab76c4f3fc8dd81cd 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -135,6 +135,9 @@ extern const char kChromeUIWebRtcLogsURL[];
|
|
|
| #if defined(ENABLE_MEDIA_ROUTER)
|
| extern const char kChromeUIMediaRouterURL[];
|
| +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| +extern const char kChromeUICastURL[];
|
| +#endif
|
| #endif
|
|
|
| #if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| @@ -306,6 +309,9 @@ extern const char kChromeUIWebRtcLogsHost[];
|
|
|
| #if defined(ENABLE_MEDIA_ROUTER)
|
| extern const char kChromeUIMediaRouterHost[];
|
| +#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| +extern const char kChromeUICastHost[];
|
| +#endif
|
| #endif
|
|
|
| // Options sub-pages.
|
|
|