| Index: third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| index a05fa1c18339217df91d01041d19ae7c935e346d..de71fe0223f1aef555723ac367343066534bdd2a 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| +++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| @@ -98,6 +98,7 @@ private:
|
|
|
| void setMainResource(ArchiveResource*);
|
| void addSubresource(ArchiveResource*);
|
| + static bool canLoadContent(const KURL&);
|
|
|
| Member<ArchiveResource> m_mainResource;
|
| SubArchiveResources m_subresources;
|
|
|