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

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

Issue 1245213002: [MediaRouter] Implement send binary message from PSDImpl to MRPManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/media_router_mojo_impl.cc
diff --git a/chrome/browser/media/router/media_router_mojo_impl.cc b/chrome/browser/media/router/media_router_mojo_impl.cc
index 2e0ddaf69597adf43acc7b6f2455eb790eeb904c..8cc4434e601ed41aec17f131df03f5b718e7c6dc 100644
--- a/chrome/browser/media/router/media_router_mojo_impl.cc
+++ b/chrome/browser/media/router/media_router_mojo_impl.cc
@@ -244,6 +244,14 @@ void MediaRouterMojoImpl::SendRouteMessage(
base::Unretained(this), route_id, message, callback));
}
+void MediaRouterMojoImpl::SendRouteBinaryMessage(
+ const MediaRoute::Id& route_id,
+ const std::vector<uint8_t>& data,
+ const SendRouteMessageCallback& callback) {
+ // TODO(crbug.com/501539): To be Implemented.
+ NOTIMPLEMENTED();
haibinlu 2015/07/21 23:00:15 implement this since you add method to media_route
USE s.singapati at gmail.com 2015/07/22 16:09:51 Done.
+}
+
void MediaRouterMojoImpl::ListenForRouteMessages(
const std::vector<MediaRoute::Id>& route_ids,
const PresentationSessionMessageCallback& message_cb) {
« no previous file with comments | « chrome/browser/media/router/media_router_mojo_impl.h ('k') | chrome/browser/media/router/mock_media_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698