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

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

Issue 2706463002: [Presentation API] Mojo typemap for content::PresentationConnectionMessage (Closed)
Patch Set: Fix compile error after rebase 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/route_message.h
diff --git a/chrome/browser/media/router/route_message.h b/chrome/browser/media/router/route_message.h
index 04940351059302201635f19fe5446620fc4be9fe..6d5191db396b6ff4375f71cb3619bcc7609baec8 100644
--- a/chrome/browser/media/router/route_message.h
+++ b/chrome/browser/media/router/route_message.h
@@ -14,6 +14,8 @@
namespace media_router {
+// TODO(mfoltz): Replace with nearly-identical
+// content::PresentationConnectionMessage.
struct RouteMessage {
enum Type { TEXT, BINARY } type = TEXT;
// Used when the |type| is TEXT.

Powered by Google App Engine
This is Rietveld 408576698