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

Unified Diff: chrome/browser/media/router/presentation_service_delegate_impl.h

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: chrome/browser/media/router/presentation_service_delegate_impl.h
diff --git a/chrome/browser/media/router/presentation_service_delegate_impl.h b/chrome/browser/media/router/presentation_service_delegate_impl.h
index 520a6f4aef2719a002440c28892f3812dc6b858a..36b3203c0207b0535bb50efa2469a707086651e0 100644
--- a/chrome/browser/media/router/presentation_service_delegate_impl.h
+++ b/chrome/browser/media/router/presentation_service_delegate_impl.h
@@ -133,7 +133,7 @@
const content::PresentationSessionInfo& connection,
const content::PresentationConnectionStateChangedCallback&
state_changed_cb) override;
- void ConnectToPresentation(
+ void ConnectToOffscreenPresentation(
int render_process_id,
int render_frame_id,
const content::PresentationSessionInfo& session,
@@ -184,8 +184,6 @@
DefaultPresentationRequestObserver);
FRIEND_TEST_ALL_PREFIXES(PresentationServiceDelegateImplTest,
DefaultPresentationUrlCallback);
- FRIEND_TEST_ALL_PREFIXES(PresentationServiceDelegateImplTest,
- ConnectToPresentation);
explicit PresentationServiceDelegateImpl(content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698