Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5787)

Unified Diff: chrome/common/url_constants.h

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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[];
« BUILD.gn ('K') | « chrome/common/pref_names.cc ('k') | chrome/common/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698