| 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 bdb5ac78fd60c006086703893b3b761033b2c162..f3230dd14b6a6e9010a49daf83dbc1392486b019 100644
|
| --- a/content/browser/presentation/presentation_service_impl_unittest.cc
|
| +++ b/content/browser/presentation/presentation_service_impl_unittest.cc
|
| @@ -139,7 +139,7 @@
|
| const content::PresentationConnectionStateChangedCallback&
|
| state_changed_cb));
|
|
|
| - void ConnectToPresentation(
|
| + void ConnectToOffscreenPresentation(
|
| int render_process_id,
|
| int render_frame_id,
|
| const content::PresentationSessionInfo& session,
|
| @@ -514,7 +514,8 @@
|
| run_loop.Run();
|
| }
|
|
|
| -TEST_F(PresentationServiceImplTest, ListenForConnectionStateChange) {
|
| +TEST_F(PresentationServiceImplTest,
|
| + ListenForConnectionStateChange) {
|
| content::PresentationSessionInfo connection(presentation_url1_,
|
| kPresentationId);
|
| content::PresentationConnectionStateChangedCallback state_changed_cb;
|
|
|