| Index: third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| index 77e858093593a72f27dcd5770ecbb5a1f85cffec..b948d879b5d24855cb430c3126df41384f655c41 100644
|
| --- a/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h
|
| @@ -37,7 +37,6 @@
|
| #include "platform/heap/Handle.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "public/web/WebDataSource.h"
|
| -#include "web/WebPluginLoadObserver.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/Vector.h"
|
| @@ -70,9 +69,6 @@ public:
|
|
|
| static WebNavigationType toWebNavigationType(NavigationType);
|
|
|
| - PassOwnPtrWillBeRawPtr<WebPluginLoadObserver> releasePluginLoadObserver() { return m_pluginLoadObserver.release(); }
|
| - static void setNextPluginLoadObserver(PassOwnPtrWillBeRawPtr<WebPluginLoadObserver>);
|
| -
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| @@ -88,7 +84,6 @@ private:
|
| mutable WrappedResourceResponse m_responseWrapper;
|
|
|
| OwnPtr<ExtraData> m_extraData;
|
| - OwnPtrWillBeMember<WebPluginLoadObserver> m_pluginLoadObserver;
|
| };
|
|
|
| } // namespace blink
|
|
|