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

Unified Diff: content/renderer/presentation/presentation_dispatcher.h

Issue 1314413005: [Presentation API] 1-UA presentation support + presenter APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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: content/renderer/presentation/presentation_dispatcher.h
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
index e5fb81427c1bf7640cc4b2ee17927eaccd5a7c6b..f09cd2ad4889b9d03bb493f8aa4c2cee4bf6f61d 100644
--- a/content/renderer/presentation/presentation_dispatcher.h
+++ b/content/renderer/presentation/presentation_dispatcher.h
@@ -112,6 +112,8 @@ class CONTENT_EXPORT PresentationDispatcher
mojo::Array<blink::mojom::SessionMessagePtr> messages) override;
void OnDefaultSessionStarted(
blink::mojom::PresentationSessionInfoPtr session_info) override;
+ void OnReceiverConnectionAvailable(
+ blink::mojom::PresentationSessionInfoPtr connection) override;
void OnSessionCreated(
blink::WebPresentationConnectionClientCallbacks* callback,
« no previous file with comments | « content/public/browser/presentation_session.h ('k') | content/renderer/presentation/presentation_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698