| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index 613354db7b3126a3c6df7672e454fd0fcbd75a73..39680eb5e839bab5a7f54a341c19e330481d72e7 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -68,6 +68,7 @@ class HTMLPlugInElement;
|
| class HistoryItem;
|
| class KURL;
|
| class LocalFrame;
|
| +class PluginClient;
|
| class ResourceError;
|
| class ResourceRequest;
|
| class ResourceResponse;
|
| @@ -199,6 +200,9 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
|
| const String&,
|
| bool loadManually,
|
| DetachedPluginPolicy) = 0;
|
| + virtual PluginClient* createPluginClient(HTMLPlugInElement*,
|
| + const KURL&,
|
| + const String&) = 0;
|
|
|
| virtual std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(
|
| HTMLMediaElement&,
|
|
|