| Index: content/browser/presentation/presentation_service_impl.h
|
| diff --git a/content/browser/presentation/presentation_service_impl.h b/content/browser/presentation/presentation_service_impl.h
|
| index d23ad258e37b62b34621049e5b2c6544982348d0..cfd76eb0d09a8f07dbaf6367f7fb59643d446465 100644
|
| --- a/content/browser/presentation/presentation_service_impl.h
|
| +++ b/content/browser/presentation/presentation_service_impl.h
|
| @@ -80,8 +80,6 @@ class CONTENT_EXPORT PresentationServiceImpl
|
| const std::string& presentation_id) override;
|
| void Terminate(const GURL& presentation_url,
|
| const std::string& presentation_id) override;
|
| - void ListenForConnectionMessages(
|
| - const PresentationInfo& presentation_info) override;
|
| void SetPresentationConnection(
|
| const PresentationInfo& presentation_info,
|
| blink::mojom::PresentationConnectionPtr controller_connection_ptr,
|
|
|