| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| index 323c6a38f42c7c8e9b28cb3241ff5f630d0f2e07..3098388ef4d73df31167a37067ea7c0f88c7fe3c 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| @@ -114,6 +114,9 @@ class PresentationConnection final : public EventTargetWithInlineData,
|
| void didFinishLoadingBlob(DOMArrayBuffer*);
|
| void didFailLoadingBlob(FileError::ErrorCode);
|
|
|
| + // Internal helper function to dispatch connect event asynchronously.
|
| + void dispatchConnectEvent();
|
| +
|
| // Cancel loads and pending messages when the connection is closed.
|
| void tearDown();
|
|
|
|
|