Index: content/renderer/presentation/presentation_dispatcher.h |
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h |
index 08ae8286c7dc9f6da35b1db3fc720cc5a7888aa1..35d052983707c5bf9321a68e2e7fc211f0695a7a 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 OnDefaultPresentationStarted( |
+ 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. |