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

Unified Diff: chrome/browser/media/router/browser_presentation_connection_proxy.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
« no previous file with comments | « no previous file | chrome/browser/media/router/browser_presentation_connection_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/browser_presentation_connection_proxy.h
diff --git a/chrome/browser/media/router/browser_presentation_connection_proxy.h b/chrome/browser/media/router/browser_presentation_connection_proxy.h
index 7f47becacaf17332734d618194b2ac3946681698..6c532fb049d329bd420d241761cdab7b4f3b5da1 100644
--- a/chrome/browser/media/router/browser_presentation_connection_proxy.h
+++ b/chrome/browser/media/router/browser_presentation_connection_proxy.h
@@ -7,6 +7,7 @@
#include "chrome/browser/media/router/media_route.h"
#include "content/public/browser/presentation_service_delegate.h"
+#include "content/public/common/presentation_connection_message.h"
#include "content/public/common/presentation_session.h"
#include "mojo/public/cpp/bindings/binding.h"
@@ -55,7 +56,7 @@ class BrowserPresentationConnectionProxy
~BrowserPresentationConnectionProxy() override;
// blink::mojom::PresentationConnection implementation
- void OnMessage(blink::mojom::ConnectionMessagePtr message,
+ void OnMessage(content::PresentationConnectionMessage message,
const OnMessageCallback& on_message_callback) override;
// Underlying media route is always connected. Media route class does not
« no previous file with comments | « no previous file | chrome/browser/media/router/browser_presentation_connection_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698