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 dcad037881f4c6be8c645cf8390ccb159405c0ab..cb8013a8323f196f799922e5cfc6f76729faea3d 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; |