| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index 6b6e1b337219f98aabc8e2708eeaabe167d340fa..ddcf5e6c821a2119e8576165d1dd6670d6043436 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -146,7 +146,9 @@ class CONTENT_EXPORT PresentationDispatcher
|
| blink::mojom::PresentationSessionInfoPtr session_info,
|
| blink::mojom::PresentationErrorPtr error);
|
| void OnReceiverConnectionAvailable(
|
| - blink::mojom::PresentationSessionInfoPtr) override;
|
| + blink::mojom::PresentationSessionInfoPtr,
|
| + blink::mojom::PresentationConnectionPtr,
|
| + blink::mojom::PresentationConnectionRequest) override;
|
|
|
| // Call to PresentationService to send the message in |request|.
|
| // |session_info| and |message| of |reuqest| will be consumed.
|
|
|