| Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| index f0bd5a7b53d150ce21c4b98f4330710c97b54287..7354038576727e521e05834b63ded5d322051062 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| @@ -52,6 +52,7 @@ private:
|
|
|
| void stateChanged(WebRemotePlaybackState) override;
|
| void availabilityChanged(bool available) override;
|
| + void connectCancelled() override;
|
|
|
| WebRemotePlaybackState m_state;
|
| bool m_availability;
|
|
|