| Index: third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
|
| diff --git a/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h b/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
|
| index 8faeefe0f82cad9382ad338402cd4c0b86f55ccd..0f977ab594c7d445b103acd0a322ecdf9cea53de 100644
|
| --- a/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
|
| +++ b/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
|
| @@ -19,6 +19,9 @@ public:
|
|
|
| // Notifies the client of the remote playback device availability change.
|
| virtual void availabilityChanged(bool availability) = 0;
|
| +
|
| + // Notifies the client that the user cancelled connection to remote device.
|
| + virtual void connectCancelled() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|