| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| index e1729b13fc9d8156831f4dc88218af49cc4ac012..1e9196adf85f906ec1c672a2fe338d4e67258f66 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| @@ -168,10 +168,6 @@ class LocalFrameClientImpl final : public LocalFrameClient {
|
| WebMediaPlayerClient*) override;
|
| WebRemotePlaybackClient* CreateWebRemotePlaybackClient(
|
| HTMLMediaElement&) override;
|
| - ObjectContentType GetObjectContentType(
|
| - const KURL&,
|
| - const WTF::String& mime_type,
|
| - bool should_prefer_plug_ins_for_images) override;
|
| void DidChangeScrollOffset() override;
|
| void DidUpdateCurrentHistoryItem() override;
|
|
|
|
|