| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index 26de79caa19f54c3d8ea2c1f5c8c3c51f4c8b57a..fcf22da9393a95d5953fee8f760ccd568e1b1b01 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -37,6 +37,10 @@ class CONTENT_EXPORT PresentationDispatcher
|
| virtual void updateAvailableChangeWatched(bool watched);
|
| virtual void startSession(
|
| const blink::WebString& presentationUrl,
|
| + blink::WebPresentationSessionClientCallbacks* callback);
|
| + // TODO(mlamouri): remove this one when the one above is used by Blink.
|
| + virtual void startSession(
|
| + const blink::WebString& presentationUrl,
|
| const blink::WebString& presentationId,
|
| blink::WebPresentationSessionClientCallbacks* callback);
|
| virtual void joinSession(
|
|
|