| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index 54c259b82adb799bc55c280c4c9bf4fdf4f16f70..7311329a1fb14db4a12ac2a2c4ea1c1ebbf20bee 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -100,13 +100,13 @@ class CONTENT_EXPORT PresentationDispatcher
|
| void OnSessionMessagesReceived(
|
| presentation::PresentationSessionInfoPtr session_info,
|
| mojo::Array<presentation::SessionMessagePtr> messages) override;
|
| + void OnDefaultSessionStarted(
|
| + presentation::PresentationSessionInfoPtr session_info) override;
|
|
|
| void OnSessionCreated(
|
| blink::WebPresentationConnectionClientCallbacks* callback,
|
| presentation::PresentationSessionInfoPtr session_info,
|
| presentation::PresentationErrorPtr error);
|
| - void OnDefaultSessionStarted(
|
| - presentation::PresentationSessionInfoPtr session_info);
|
|
|
| // Call to PresentationService to send the message in |request|.
|
| // |session_info| and |message| of |reuqest| will be consumed.
|
|
|