Index: content/common/presentation/presentation_service.mojom |
diff --git a/content/common/presentation/presentation_service.mojom b/content/common/presentation/presentation_service.mojom |
index d1e4b07909b59f888cd7f09433da54fcdb0742c0..c81c687391c75628e18b11758f52134a212876f1 100644 |
--- a/content/common/presentation/presentation_service.mojom |
+++ b/content/common/presentation/presentation_service.mojom |
@@ -39,6 +39,13 @@ interface PresentationService { |
// |availablechange| event. |
OnScreenAvailabilityListenerRemoved(); |
+ // Called when the renderer is ready to receive the browser initiated |
+ // session. If the default session is started by the embedder before this |
+ // call, the embedder may queue it and run the callback when the call is |
+ // performed. |
+ ListenForDefaultSessionStart() |
+ => (PresentationSessionInfo defaultSessionInfo); |
+ |
// Called when startSession() is called by the frame. The result callback |
// will return a non-null and valid PresentationSessionInfo if starting the |
// session succeeded, or null with a PresentationError if starting the |