| 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 d83f852b862e786c887f7c4fc41eb504ec84af90..c26e3e4f08f4214e478275337e18e2e5139b363d 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -51,6 +51,7 @@ class DocumentLoader;
|
| class FetchRequest;
|
| class HTMLFormElement;
|
| class HTMLFrameElementBase;
|
| +class HTMLFrameletElement;
|
| class HTMLFrameOwnerElement;
|
| class HTMLMediaElement;
|
| class HTMLPlugInElement;
|
| @@ -66,6 +67,7 @@ class SubstituteData;
|
| class WebApplicationCacheHost;
|
| class WebApplicationCacheHostClient;
|
| class WebCookieJar;
|
| +class WebFramelet;
|
| class WebMediaPlayer;
|
| class WebMediaPlayerClient;
|
| class WebMediaSession;
|
| @@ -152,6 +154,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,
|
|
|