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 |