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

Unified Diff: third_party/WebKit/Source/platform/network/mime/ContentType.h

Issue 2683083002: See what happens when ContentType becomes a ParsedContentType (Closed)
Patch Set: Created 3 years, 10 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/network/mime/ContentType.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/network/mime/ContentType.h
diff --git a/third_party/WebKit/Source/platform/network/mime/ContentType.h b/third_party/WebKit/Source/platform/network/mime/ContentType.h
index 5af710927ed8c9342d71e5cefd721f46f4ef4fd3..5102de3298945f465de3972a3912ec352509ba1e 100644
--- a/third_party/WebKit/Source/platform/network/mime/ContentType.h
+++ b/third_party/WebKit/Source/platform/network/mime/ContentType.h
@@ -27,6 +27,7 @@
#define ContentType_h
#include "platform/PlatformExport.h"
+#include "platform/network/ParsedContentType.h"
#include "wtf/Allocator.h"
#include "wtf/text/WTFString.h"
@@ -45,6 +46,7 @@ class PLATFORM_EXPORT ContentType {
private:
String m_type;
+ ParsedContentType m_content;
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/network/mime/ContentType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698