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

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

Issue 2674273003: Revert of [Presentation API] (5th) (1-UA) integrate controller and receiver side for 1-UA messaging (Closed)
Patch Set: Created 3 years, 10 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 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;
« 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