| 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..86898f88b57b41b1cf1f33fb948b3d2ac913fc5d 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 when the remote playback request received a response.
|
| + virtual void connectionResultReceived(bool success) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|