Index: third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h |
diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h |
index 024553aba47cee8d7b2f3c78446709810be1ccef..55aceda1d7f7853bc09fcba415509a064d3cfcc1 100644 |
--- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h |
+++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h |
@@ -15,6 +15,7 @@ namespace blink { |
class WebPresentationAvailabilityObserver; |
class WebPresentationController; |
class WebPresentationConnectionClient; |
+class WebPresentationReceiver; |
class WebString; |
struct WebPresentationError; |
template <typename T> |
@@ -37,6 +38,9 @@ public: |
// Passes the Blink-side delegate to the embedder. |
virtual void setController(WebPresentationController*) = 0; |
+ // Passes the Blink-side delegate to the embedder. |
+ virtual void setReceiver(WebPresentationReceiver*) = 0; |
+ |
// Called when the frame requests to start a new session. |
// The ownership of the |callbacks| argument is transferred to the embedder. |
virtual void startSession(const WebVector<WebString>& presentationUrls, WebPresentationConnectionClientCallbacks*) = 0; |