| 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 76f06920cbfbc7688a602f6365c5bc287595e9f5..1dc5c5c13cd9952289f339dd7a9f7e56f3ed1b1d 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| +++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
|
| @@ -49,7 +49,8 @@ class PLATFORM_EXPORT MHTMLArchive final
|
| public:
|
| static MHTMLArchive* create(const KURL&, PassRefPtr<const SharedBuffer>);
|
|
|
| - // Binary encoding results in smaller MHTML files but they might not work in other browsers.
|
| + // Binary encoding results in smaller MHTML files but they might not work in
|
| + // other browsers.
|
| enum EncodingPolicy { UseDefaultEncoding, UseBinaryEncoding };
|
|
|
| // Generates an MHTML header and appends it to |outputBuffer|.
|
|
|