| 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,
|
|
|