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

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

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.cc
diff --git a/content/renderer/presentation/presentation_dispatcher.cc b/content/renderer/presentation/presentation_dispatcher.cc
index f92f371d0758213accf02249e03006348e1c16a8..d2268d13ec80c911d96b7f3f83f06e9bb9b3aede 100644
--- a/content/renderer/presentation/presentation_dispatcher.cc
+++ b/content/renderer/presentation/presentation_dispatcher.cc
@@ -372,6 +372,12 @@ void PresentationDispatcher::OnDefaultSessionStarted(
}
}
+void PresentationDispatcher::OnReceiverConnectionAvailable(
+ blink::mojom::PresentationSessionInfoPtr connection) {
+ // TODO(imcheng): Plumb this through Blink (crbug.com/513859).
+ NOTIMPLEMENTED();
+}
+
void PresentationDispatcher::OnSessionCreated(
blink::WebPresentationConnectionClientCallbacks* callback,
blink::mojom::PresentationSessionInfoPtr session_info,
« no previous file with comments | « content/renderer/presentation/presentation_dispatcher.h ('k') | extensions/renderer/resources/media_router_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698