| 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 0f977ab594c7d445b103acd0a322ecdf9cea53de..12bcbcdda7c5a47890fed661a93b318b4a45af11 100644
|
| --- a/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
|
| +++ b/third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackClient.h
|
| @@ -20,8 +20,8 @@ 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;
|
| + // Notifies the client that the user cancelled the prompt shown via the API.
|
| + virtual void promptCancelled() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|