| 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 49043016e0e9c4c58f7a9b8c71843e05a5c57c5e..c1c93722647626deb741080236ed192711943f6d 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| +++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| @@ -90,11 +90,6 @@ public:
|
| const String& boundary,
|
| SharedBuffer& outputBuffer);
|
|
|
| - // Generates and returns a full MHTML document.
|
| - static PassRefPtr<SharedBuffer> generateMHTMLData(
|
| - const Vector<SerializedResource>&, EncodingPolicy,
|
| - const String& title, const String& mimeType);
|
| -
|
| typedef WillBeHeapVector<RefPtrWillBeMember<ArchiveResource>> SubArchiveResources;
|
| typedef WillBeHeapVector<RefPtrWillBeMember<MHTMLArchive>> SubFrameArchives;
|
|
|
|
|