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

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

Issue 2675033002: [Media Router] Add MediaSink subtypes (Closed)
Patch Set: use base::Optional instead of union to store extra data Created 3 years, 10 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.h
diff --git a/chrome/browser/media/router/mojo/media_router_mojo_impl.h b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
index 73d7187e6f62bfb30c800eb0ea41bf29b462bd12..135310061e131ac169a5f35dd737c612a54b896d 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
@@ -286,7 +286,7 @@ class MediaRouterMojoImpl : public MediaRouterBase,
callback) override;
void OnIssue(const IssueInfo& issue) override;
void OnSinksReceived(const std::string& media_source,
- const std::vector<MediaSink>& sinks,
+ const std::vector<MediaSinkInternal>& internal_sinks,
const std::vector<url::Origin>& origins) override;
void OnRoutesUpdated(
const std::vector<MediaRoute>& routes,

Powered by Google App Engine
This is Rietveld 408576698