| Index: content/browser/presentation/presentation_service_impl_unittest.cc
|
| diff --git a/content/browser/presentation/presentation_service_impl_unittest.cc b/content/browser/presentation/presentation_service_impl_unittest.cc
|
| index fe47a552ce245027e240b8b9e39973b8f5d8fb9a..f8fd8bcf26f84e5f1b7a8f33e125e638c31ed630 100644
|
| --- a/content/browser/presentation/presentation_service_impl_unittest.cc
|
| +++ b/content/browser/presentation/presentation_service_impl_unittest.cc
|
| @@ -628,10 +628,7 @@ TEST_F(PresentationServiceImplTest, ReceiverPresentationServiceDelegate) {
|
| service_impl.SetClient(std::move(client_ptr));
|
| EXPECT_FALSE(callback.is_null());
|
|
|
| - // NO-OP for ControllerPresentationServiceDelegate API functions
|
| PresentationInfo presentation_info(presentation_url1_, kPresentationId);
|
| - EXPECT_CALL(mock_delegate_, ListenForConnectionMessages(_, _, _, _)).Times(0);
|
| - service_impl.ListenForConnectionMessages(presentation_info);
|
|
|
| // Client gets notified of receiver connections.
|
| blink::mojom::PresentationConnectionPtr controller_connection;
|
|
|