| 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 dd52ef765bfab7a0825642e829d24181c713f239..b23fe1647e5ea2e1dc3fcf7745003fcbd34bfe10 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -52,6 +52,7 @@ class DocumentLoader;
|
| class FetchRequest;
|
| class HTMLFormElement;
|
| class HTMLFrameElementBase;
|
| +class HTMLFrameletElement;
|
| class HTMLFrameOwnerElement;
|
| class HTMLMediaElement;
|
| class HTMLPlugInElement;
|
| @@ -67,6 +68,8 @@ class SubstituteData;
|
| class WebApplicationCacheHost;
|
| class WebApplicationCacheHostClient;
|
| class WebCookieJar;
|
| +class WebFramelet;
|
| +class WebMediaPlayer;
|
| class WebMediaPlayerClient;
|
| class WebMediaSession;
|
| class WebRTCPeerConnectionHandler;
|
| @@ -152,6 +155,7 @@ public:
|
| virtual void transitionToCommittedForNewPage() = 0;
|
|
|
| virtual PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const FrameLoadRequest&, const AtomicString& name, HTMLFrameOwnerElement*) = 0;
|
| + virtual WebFramelet* createFramelet(const KURL&, HTMLFrameletElement*) = 0;
|
| // Whether or not plugin creation should fail if the HTMLPlugInElement isn't in the DOM after plugin initialization.
|
| enum DetachedPluginPolicy {
|
| FailOnDetachedPlugin,
|
|
|