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

Unified Diff: chrome/browser/media/router/route_message.h

Issue 2138013003: media::mojom::Remoter and CastRemotingConnector/Sender (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CastRemotingConnector unit tests, and misc. Created 4 years, 3 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/media/router/media_source_helper.cc ('k') | chrome/browser/media/router/route_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/route_message.h
diff --git a/chrome/browser/media/router/route_message.h b/chrome/browser/media/router/route_message.h
index 755b439800f321f1d3445b56d129817359715b76..04940351059302201635f19fe5446620fc4be9fe 100644
--- a/chrome/browser/media/router/route_message.h
+++ b/chrome/browser/media/router/route_message.h
@@ -24,6 +24,8 @@ struct RouteMessage {
RouteMessage();
RouteMessage(const RouteMessage& other);
~RouteMessage();
+
+ std::string ToHumanReadableString() const;
};
} // namespace media_router
« no previous file with comments | « chrome/browser/media/router/media_source_helper.cc ('k') | chrome/browser/media/router/route_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698