| Index: third_party/WebKit/public/web/WebFrameSerializer.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameSerializer.h b/third_party/WebKit/public/web/WebFrameSerializer.h
|
| index 38ce57ac7f833521e2756aeacc92ccc8f0910f70..ebf6dde0965505eb80d3c975dafe4f04345965bc 100644
|
| --- a/third_party/WebKit/public/web/WebFrameSerializer.h
|
| +++ b/third_party/WebKit/public/web/WebFrameSerializer.h
|
| @@ -95,14 +95,6 @@ class WebFrameSerializer {
|
| WebLocalFrame*,
|
| MHTMLPartsGenerationDelegate*);
|
|
|
| - // Generates and returns an MHTML footer.
|
| - //
|
| - // Same |boundary| needs to used for all generateMHTMLHeader and
|
| - // generateMHTMLParts and generateMHTMLFooter calls that belong to the same
|
| - // MHTML document (see also rfc1341, section 7.2.1, "boundary" description).
|
| - BLINK_EXPORT static WebThreadSafeData generateMHTMLFooter(
|
| - const WebString& boundary);
|
| -
|
| // IMPORTANT:
|
| // The API below is an older implementation of frame serialization that
|
| // will be removed soon.
|
|
|