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

Unified Diff: third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h

Issue 2384063002: reflow comments in platform/mhtml (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|.
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698