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

Unified Diff: content/public/browser/presentation_service_delegate.h

Issue 2471573005: [Presentation API] (5th) (1-UA) integrate controller and receiver side for 1-UA messaging (Closed)
Patch Set: merge with master 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/public/browser/presentation_service_delegate.h
diff --git a/content/public/browser/presentation_service_delegate.h b/content/public/browser/presentation_service_delegate.h
index 55e2f4c155713c88dd1599c0e1cc6f89374d9f3b..5ac36c1a8dde3136ed6d54e1ebf4e2b7a2e93c09 100644
--- a/content/public/browser/presentation_service_delegate.h
+++ b/content/public/browser/presentation_service_delegate.h
@@ -226,7 +226,7 @@ class CONTENT_EXPORT ControllerPresentationServiceDelegate
// ownership passed from controlling frame to the offscreen presentation.
// |receiver_connection_request|: Mojo InterfaceRequest to be bind to receiver
// page's presentation connection.
- virtual void ConnectToOffscreenPresentation(
+ virtual void ConnectToPresentation(
int render_process_id,
int render_frame_id,
const PresentationSessionInfo& session,

Powered by Google App Engine
This is Rietveld 408576698