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

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: split renderer related changes into 4th patch Created 4 years, 1 month 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 3863ce56ef9ce3e925db24e31fd2788299f4c07e..bab9fea2843cde1901096f47f6a92bc461f97a7d 100644
--- a/content/public/browser/presentation_service_delegate.h
+++ b/content/public/browser/presentation_service_delegate.h
@@ -219,11 +219,10 @@ class CONTENT_EXPORT ControllerPresentationServiceDelegate
// |render_process_id|, |render_frame_id|: ID of originating frame.
// |connection|: Pointer to controller's presentation connection,
// ownership passed from controlling frame to the offscreen presentation.
- virtual void ConnectToOffscreenPresentation(
- int render_process_id,
- int render_frame_id,
- const PresentationSessionInfo& session,
- PresentationConnectionPtr connection) = 0;
+ virtual void ConnectToPresentation(int render_process_id,
+ int render_frame_id,
+ const PresentationSessionInfo& session,
+ PresentationConnectionPtr connection) = 0;
};
// An interface implemented by embedders to handle

Powered by Google App Engine
This is Rietveld 408576698