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

Unified Diff: chrome/browser/media/router/BUILD.gn

Issue 2294973002: Create MediaRouterActionController and MediaRouterUIService (Closed)
Patch Set: Add MediaRouterUIService (KeyedService) Created 4 years, 3 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/BUILD.gn
diff --git a/chrome/browser/media/router/BUILD.gn b/chrome/browser/media/router/BUILD.gn
index 55a74c369da2774d6f31bf7f9adcc9d25b74565c..3c468db23704b0048b39aec985b65041b3a334fa 100644
--- a/chrome/browser/media/router/BUILD.gn
+++ b/chrome/browser/media/router/BUILD.gn
@@ -35,6 +35,10 @@ static_library("router") {
"media_router_factory.h",
"media_router_metrics.cc",
"media_router_metrics.h",
+ "media_router_ui_service.cc",
mark a. foltz 2016/09/13 18:23:05 File a cleanup bug and add a TODO(crbug.com/XXX) t
takumif 2016/09/14 04:00:51 Done.
+ "media_router_ui_service.h",
+ "media_router_ui_service_factory.cc",
+ "media_router_ui_service_factory.h",
"media_routes_observer.cc",
"media_routes_observer.h",
"media_sink.cc",

Powered by Google App Engine
This is Rietveld 408576698