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

Unified Diff: chrome/browser/ui/BUILD.gn

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/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 25022aba3618caba6cc788babdf50ae81703e7ed..2cca6639d239c9906bc49f612921131ced16201b 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -3387,7 +3387,7 @@ split_static_library("ui") {
"webui/options/geolocation_options_handler.h",
]
}
- if (enable_media_router && !is_android) {
+ if (!is_android) {
sources += [
"toolbar/media_router_action.cc",
"toolbar/media_router_action.h",

Powered by Google App Engine
This is Rietveld 408576698