| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| index 066f24a98e0235baa9b18fd619f94f9a4405db3a..8de73c9597708d1eab3610dcf2aebe3f174800d2 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
|
| @@ -209,9 +209,6 @@ PresentationConnection* PresentationConnection::take(
|
| createSameThreadTask(&PresentationConnection::dispatchEventAsync,
|
| wrapPersistent(request), wrapPersistent(event)));
|
|
|
| - // Fire onconnect event asynchronously, after onconnectionavailable.
|
| - connection->didChangeState(WebPresentationConnectionState::Connected);
|
| -
|
| return connection;
|
| }
|
|
|
|
|