| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| index 9e8a861d030219550f48d6d63c4924f4136347cc..bb578a49855830dd22a35d38e9b48be70f887111 100644
|
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h
|
| @@ -232,6 +232,11 @@ class LocalFrameClientImpl final : public LocalFrameClient {
|
| bool IsLocalFrameClientImpl() const override { return true; }
|
| WebDevToolsAgentImpl* DevToolsAgent();
|
|
|
| + // An MHTML Archive is a set of resources, including iframes, that is parsed
|
| + // as a whole. This function tells whether of not an archive exists and should
|
| + // be used for loading a subframe.
|
| + bool IsLoadedAsMHTMLArchive() const;
|
| +
|
| // The WebFrame that owns this object and manages its lifetime. Therefore,
|
| // the web frame object is guaranteed to exist.
|
| Member<WebLocalFrameImpl> web_frame_;
|
|
|