| Index: content/renderer/presentation/presentation_dispatcher.h
|
| diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h
|
| index da26d0fd60753e8746bb7e179433d17d60c8d64d..1a97dd8a92b399b341ebf927ac12b29759ef337e 100644
|
| --- a/content/renderer/presentation/presentation_dispatcher.h
|
| +++ b/content/renderer/presentation/presentation_dispatcher.h
|
| @@ -38,11 +38,6 @@ class CONTENT_EXPORT PresentationDispatcher
|
| 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(
|
| const blink::WebString& presentationUrl,
|
| const blink::WebString& presentationId,
|
|
|