| Index: third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h b/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h
|
| index 8a896ebcce29fe955e05953038e0adf9c3aeecd6..0e2c07f135f1321810894ed27ed74faa484c1033 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnectionList.h
|
| @@ -14,6 +14,8 @@
|
|
|
| namespace blink {
|
|
|
| +class WebPresentationConnectionClient;
|
| +
|
| // Implements the PresentationConnectionList interface from the Presentation API from
|
| // which represents set of presentation connections in the set of
|
| // presentation controllers.
|
| @@ -37,6 +39,7 @@ public:
|
| void addConnection(PresentationConnection*);
|
| void dispatchConnectionAvailableEvent(PresentationConnection*);
|
| bool isEmpty();
|
| + PresentationConnection* findConnection(WebPresentationConnectionClient*);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|