| Index: third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| index 8c67485b080d98991bf7dab45807732f2d07c434..518325b14bfc264cafaa176966c46fdfc32a2794 100644
|
| --- a/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/FrameLoaderClientImpl.h
|
| @@ -41,7 +41,6 @@
|
| namespace blink {
|
|
|
| class WebLocalFrameImpl;
|
| -class WebPluginLoadObserver;
|
|
|
| class FrameLoaderClientImpl final : public FrameLoaderClient {
|
| public:
|
| @@ -169,8 +168,6 @@ public:
|
|
|
| PassOwnPtr<WebApplicationCacheHost> createApplicationCacheHost(WebApplicationCacheHostClient*) override;
|
|
|
| - void didStopAllLoaders() override;
|
| -
|
| void dispatchDidChangeManifest() override;
|
|
|
| unsigned backForwardLength() override;
|
| @@ -182,8 +179,6 @@ private:
|
|
|
| bool isFrameLoaderClientImpl() const override { return true; }
|
|
|
| - PassOwnPtrWillBeRawPtr<WebPluginLoadObserver> pluginLoadObserver(DocumentLoader*);
|
| -
|
| // The WebFrame that owns this object and manages its lifetime. Therefore,
|
| // the web frame object is guaranteed to exist.
|
| RawPtrWillBeMember<WebLocalFrameImpl> m_webFrame;
|
|
|