Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1220)

Unified Diff: Source/core/platform/network/MIMEHeader.h

Issue 22292008: Add 8bit Content-Transfer-Encoding support for reading MHTML files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Try to fix line endings #5 Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/loader/archive/MHTMLParser.cpp ('k') | Source/core/platform/network/MIMEHeader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/network/MIMEHeader.h
diff --git a/Source/core/platform/network/MIMEHeader.h b/Source/core/platform/network/MIMEHeader.h
index ffcd492d60ffbba314ef84bfa115fc51e914957a..2a724c3d4ba74bc22cb1e4353ea54154c92b9fee 100644
--- a/Source/core/platform/network/MIMEHeader.h
+++ b/Source/core/platform/network/MIMEHeader.h
@@ -46,6 +46,7 @@ public:
enum Encoding {
QuotedPrintable,
Base64,
+ EightBit,
SevenBit,
Binary,
Unknown
« no previous file with comments | « Source/core/loader/archive/MHTMLParser.cpp ('k') | Source/core/platform/network/MIMEHeader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698