| Index: chrome/common/url_constants.h
|
| diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
|
| index 37960ded6471d9eb74b7e8555985cd709953fa12..78fa71e56e9fdea6cb2724046cb70fb16dcee4a4 100644
|
| --- a/chrome/common/url_constants.h
|
| +++ b/chrome/common/url_constants.h
|
| @@ -138,12 +138,10 @@ extern const char kChromeUITabModalConfirmDialogURL[];
|
| extern const char kChromeUIWebRtcLogsURL[];
|
| #endif
|
|
|
| -#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_LINUX)
|
| extern const char kChromeUIDiscardsHost[];
|
| @@ -324,12 +322,10 @@ extern const char kChromeUITabModalConfirmDialogHost[];
|
| extern const char kChromeUIWebRtcLogsHost[];
|
| #endif
|
|
|
| -#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.
|
| extern const char kAutofillSubPage[];
|
|
|