| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index d0c0c2f4fd790db412d0c545671974acd2957060..fc5a2081370b8cdbbd49a7f26a19d9ab4ad63586 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -47,6 +47,8 @@ class CONTENT_EXPORT PresentationDispatcher
|
| blink::WebPresentationSessionClientCallbacks* callback,
|
| presentation::PresentationSessionInfoPtr session_info,
|
| presentation::PresentationErrorPtr error);
|
| + void OnDefaultPresentationStarted(
|
| + presentation::PresentationSessionInfoPtr session_info);
|
|
|
| void ConnectToPresentationServiceIfNeeded();
|
|
|
|
|