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

Unified Diff: chrome/browser/media/router/media_router_ui_service_factory.cc

Issue 2760403003: Remove enable_media_router. (Closed)
Patch Set: . Created 3 years, 8 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/browser/media/router/media_router_ui_service_factory.cc
diff --git a/chrome/browser/media/router/media_router_ui_service_factory.cc b/chrome/browser/media/router/media_router_ui_service_factory.cc
index 8771d6e9983a4a4c3d4535b49d303da32bc03313..fb8c581056ff832172183242643a11574871e853 100644
--- a/chrome/browser/media/router/media_router_ui_service_factory.cc
+++ b/chrome/browser/media/router/media_router_ui_service_factory.cc
@@ -50,7 +50,7 @@ KeyedService* MediaRouterUIServiceFactory::BuildServiceInstanceFor(
}
bool MediaRouterUIServiceFactory::ServiceIsCreatedWithBrowserContext() const {
-#if defined(ENABLE_MEDIA_ROUTER) && !defined(OS_ANDROID)
+#if !defined(OS_ANDROID)
return true;
#else
return false;

Powered by Google App Engine
This is Rietveld 408576698