| Index: third_party/WebKit/public/platform/WebMediaPlayerClient.h
|
| diff --git a/third_party/WebKit/public/platform/WebMediaPlayerClient.h b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
|
| index 35d5db595f05ce6b68c8e0a8271674ad943ba7f4..986e0a33d9991d1bbb3d921e8241a9af7f2d6925 100644
|
| --- a/third_party/WebKit/public/platform/WebMediaPlayerClient.h
|
| +++ b/third_party/WebKit/public/platform/WebMediaPlayerClient.h
|
| @@ -107,9 +107,6 @@ class BLINK_PLATFORM_EXPORT WebMediaPlayerClient {
|
| // Returns whether the media element is in an autoplay muted state.
|
| virtual bool IsAutoplayingMuted() = 0;
|
|
|
| - // Warning: This method will destruct the caller.
|
| - virtual void RequestReload(const WebURL& new_url) = 0;
|
| -
|
| // Returns if there's a selected video track.
|
| virtual bool HasSelectedVideoTrack() = 0;
|
|
|
|
|