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

Unified Diff: chrome/browser/media/router/mojo/media_router_mojo_impl.cc

Issue 2970273002: [Media Router] Remove the extension ID getter from MRMojoImpl (Closed)
Patch Set: . 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
Index: chrome/browser/media/router/mojo/media_router_mojo_impl.cc
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_impl.cc b/chrome/browser/media/router/mojo/media_router_mojo_impl.cc
index ec8e696fa07aae9209983e207d7ff18119f3d302..d16ab98ef6696c7a24f30815e79451d740229303 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.cc
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.cc
@@ -221,11 +221,6 @@ void MediaRouterMojoImpl::OnRoutesUpdated(
RemoveInvalidRouteControllers(routes);
}
-const std::string& MediaRouterMojoImpl::media_route_provider_extension_id()
- const {
- return event_page_request_manager_->media_route_provider_extension_id();
-}
-
void MediaRouterMojoImpl::RouteResponseReceived(
const std::string& presentation_id,
bool is_incognito,

Powered by Google App Engine
This is Rietveld 408576698