| Index: third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
|
| diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
|
| index 0ad0419d1045870f8e17c005c110ba78fe82c0f9..82a29f5df9bab31e322eab78f33076e6992c086a 100644
|
| --- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
|
| +++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
|
| @@ -10,6 +10,8 @@
|
|
|
| namespace blink {
|
|
|
| +class WebPresentationConnectionProxy;
|
| +
|
| enum class WebPresentationConnectionState {
|
| Connecting = 0,
|
| Connected,
|
| @@ -27,6 +29,7 @@ class WebPresentationConnectionClient {
|
|
|
| virtual WebString getId() = 0;
|
| virtual WebURL getUrl() = 0;
|
| + virtual std::unique_ptr<WebPresentationConnectionProxy> takeProxy() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|