| 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..9a84bbe5b7fbea07f9066a99a14ff7e1924d06fd 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -33,6 +33,7 @@ class CONTENT_EXPORT PresentationDispatcher
|
| virtual void setController(
|
| blink::WebPresentationController* controller);
|
| virtual void updateAvailableChangeWatched(bool watched);
|
| + virtual void updateDefaultPresentationStartWatched(bool watched);
|
| virtual void startSession(
|
| const blink::WebString& presentationUrl,
|
| const blink::WebString& presentationId,
|
| @@ -47,6 +48,8 @@ class CONTENT_EXPORT PresentationDispatcher
|
| blink::WebPresentationSessionClientCallbacks* callback,
|
| presentation::PresentationSessionInfoPtr session_info,
|
| presentation::PresentationErrorPtr error);
|
| + void OnDefaultPresentationStarted(
|
| + presentation::PresentationSessionInfoPtr session_info);
|
|
|
| void ConnectToPresentationServiceIfNeeded();
|
|
|
|
|