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

Unified Diff: chrome/browser/media/router/media_router_ui_service.h

Issue 2332693003: Show media router toolbar icon ephemerally for active local routes and issues (Closed)
Patch Set: Address Derek's comment 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
« no previous file with comments | « chrome/app/media_router_strings.grdp ('k') | chrome/browser/media/router/media_router_ui_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_router_ui_service.h
diff --git a/chrome/browser/media/router/media_router_ui_service.h b/chrome/browser/media/router/media_router_ui_service.h
index a50eb4561f9904844af09c111495e383dba0d696..43b65107709183785d90895b2976b57e8e898878 100644
--- a/chrome/browser/media/router/media_router_ui_service.h
+++ b/chrome/browser/media/router/media_router_ui_service.h
@@ -24,6 +24,8 @@ class MediaRouterUIService : public KeyedService {
static MediaRouterUIService* Get(Profile* profile);
private:
+ friend class MediaRouterUIBrowserTest;
+
MediaRouterActionController action_controller_;
DISALLOW_COPY_AND_ASSIGN(MediaRouterUIService);
« no previous file with comments | « chrome/app/media_router_strings.grdp ('k') | chrome/browser/media/router/media_router_ui_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698