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

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

Issue 2176613003: [Media Router] Clean up issues related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 years 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 89f313b40bbca8ed4c36fb405c72f6aa0d0b9a77..e46c042d9e1fdb0b661981c8ad2b6c77b1895f8d 100644
--- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h
+++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
@@ -99,7 +99,7 @@ class MediaRouterMojoImpl : public MediaRouterBase,
const MediaRoute::Id& route_id,
std::unique_ptr<std::vector<uint8_t>> data,
const SendRouteMessageCallback& callback) override;
- void AddIssue(const Issue& issue) override;
+ void AddIssue(const IssueInfo& issue_info) override;
void ClearIssue(const Issue::Id& issue_id) override;
void OnUserGesture() override;
void SearchSinks(
@@ -284,7 +284,7 @@ class MediaRouterMojoImpl : public MediaRouterBase,
mojom::MediaRouteProviderPtr media_route_provider_ptr,
const mojom::MediaRouter::RegisterMediaRouteProviderCallback&
callback) override;
- void OnIssue(mojom::IssuePtr issue) override;
+ void OnIssue(const IssueInfo& issue) override;
void OnSinksReceived(const std::string& media_source,
std::vector<mojom::MediaSinkPtr> sinks,
const std::vector<std::string>& origins) override;
« no previous file with comments | « chrome/browser/media/router/mojo/media_router.typemap ('k') | chrome/browser/media/router/mojo/media_router_mojo_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698