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

Unified Diff: third_party/WebKit/public/platform/WebURLResponse.h

Issue 1738553002: [ABANDONED] Move multipart/x-mixed-replace related code to ImageResource (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@multipart-cleanup-2
Patch Set: Created 4 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 | « third_party/WebKit/Source/platform/network/ResourceResponse.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebURLResponse.h
diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
index 6eca866be5ec54d5c6cdd7b3c7d4dcadb51da2a4..0df6e3ec01547beb106fb60dc4ae245b8493471a 100644
--- a/third_party/WebKit/public/platform/WebURLResponse.h
+++ b/third_party/WebKit/public/platform/WebURLResponse.h
@@ -225,10 +225,6 @@ public:
BLINK_PLATFORM_EXPORT WebURL originalURLViaServiceWorker() const;
BLINK_PLATFORM_EXPORT void setOriginalURLViaServiceWorker(const WebURL&);
- // Flag whether this request is part of a multipart response.
- BLINK_PLATFORM_EXPORT bool isMultipartPayload() const;
- BLINK_PLATFORM_EXPORT void setIsMultipartPayload(bool);
-
// The boundary of the response. Set only when this is a multipart response.
BLINK_PLATFORM_EXPORT void setMultipartBoundary(const char* bytes, size_t /* size */);
« no previous file with comments | « third_party/WebKit/Source/platform/network/ResourceResponse.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698