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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_ui.h

Issue 2970273002: [Media Router] Remove the extension ID getter from MRMojoImpl (Closed)
Patch Set: Address Derek's comments Created 3 years, 5 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/browser/ui/webui/cast/cast_ui.cc ('k') | chrome/browser/ui/webui/media_router/media_router_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/media_router/media_router_ui.h
diff --git a/chrome/browser/ui/webui/media_router/media_router_ui.h b/chrome/browser/ui/webui/media_router/media_router_ui.h
index bc58d4d4c185c6a39e4d31f55c3d697ab47faa21..bb70fa414823fefabace724e42eed3732afb340f 100644
--- a/chrome/browser/ui/webui/media_router/media_router_ui.h
+++ b/chrome/browser/ui/webui/media_router/media_router_ui.h
@@ -44,6 +44,7 @@ class Browser;
namespace media_router {
class CreatePresentationConnectionRequest;
+class EventPageRequestManager;
class IssuesObserver;
class MediaRoute;
class MediaRouter;
@@ -414,6 +415,9 @@ class MediaRouterUI
// Pointer to the MediaRouter for this instance's BrowserContext.
MediaRouter* router_;
+ // Request manager for the Media Router component extension.
+ const EventPageRequestManager* event_page_request_manager_;
+
// The start time for UI initialization metrics timer. When a dialog has been
// been painted and initialized with initial data, this should be cleared.
base::Time start_time_;
« no previous file with comments | « chrome/browser/ui/webui/cast/cast_ui.cc ('k') | chrome/browser/ui/webui/media_router/media_router_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698