Index: content/renderer/presentation/presentation_dispatcher.h |
diff --git a/content/renderer/presentation/presentation_dispatcher.h b/content/renderer/presentation/presentation_dispatcher.h |
index d0c0c2f4fd790db412d0c545671974acd2957060..db04be435961bbffca448057d710ed4276c9d2f5 100644 |
--- a/content/renderer/presentation/presentation_dispatcher.h |
+++ b/content/renderer/presentation/presentation_dispatcher.h |
@@ -47,6 +47,8 @@ class CONTENT_EXPORT PresentationDispatcher |
blink::WebPresentationSessionClientCallbacks* callback, |
presentation::PresentationSessionInfoPtr session_info, |
presentation::PresentationErrorPtr error); |
+ void OnDefaultSessionStarted( |
+ presentation::PresentationSessionInfoPtr session_info); |
void ConnectToPresentationServiceIfNeeded(); |