Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1203)

Unified Diff: content/browser/presentation/presentation_service_impl_unittest.cc

Issue 2943033003: [PresentationSevice] Use PresentationConnection to send messages from (Closed)
Patch Set: LOG -> DLOG Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/browser/presentation/presentation_service_impl.cc ('k') | content/public/browser/presentation_service_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698