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

Unified Diff: third_party/WebKit/Source/modules/fetch/Response.h

Issue 2292763002: [Fetch API] Implement Request.formData and Response.formData. (Closed)
Patch Set: Created 3 years, 11 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
Index: third_party/WebKit/Source/modules/fetch/Response.h
diff --git a/third_party/WebKit/Source/modules/fetch/Response.h b/third_party/WebKit/Source/modules/fetch/Response.h
index a2f293e55a33e75cf73cc1be5c0095f3f2a444ba..037b80f14a80ed375c0d8eeb5f9d70d66dd4e7f4 100644
--- a/third_party/WebKit/Source/modules/fetch/Response.h
+++ b/third_party/WebKit/Source/modules/fetch/Response.h
@@ -92,6 +92,7 @@ class MODULES_EXPORT Response final : public Body {
}
bool bodyUsed() override;
+ String contentType() const override;
String mimeType() const override;
String internalMIMEType() const;

Powered by Google App Engine
This is Rietveld 408576698