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

Unified Diff: Source/core/loader/DocumentLoader.h

Issue 16848005: Remove support for multipart/x-mixed-replace (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/core/loader/DocumentLoader.h
diff --git a/Source/core/loader/DocumentLoader.h b/Source/core/loader/DocumentLoader.h
index 16851ec4b7cb8aa33f466f4ebeb4b45e483e5458..0ad436d001cc9b57f1be8b641ec43fb8385c990f 100644
--- a/Source/core/loader/DocumentLoader.h
+++ b/Source/core/loader/DocumentLoader.h
@@ -140,7 +140,6 @@ namespace WebCore {
void cancelMainResourceLoad(const ResourceError&);
bool isLoadingMainResource() const { return m_loadingMainResource; }
- bool isLoadingMultipartContent() const { return m_isLoadingMultipartContent; }
void stopLoadingSubresources();
void addResourceLoader(ResourceLoader*);
@@ -181,9 +180,6 @@ namespace WebCore {
void clearMainResourceLoader();
ResourceLoader* mainResourceLoader() const;
- void setupForReplace();
- void maybeFinishLoadingMultipartContent();
-
bool maybeCreateArchive();
void clearArchiveResources();
@@ -200,7 +196,6 @@ namespace WebCore {
bool maybeLoadEmpty();
- bool isMultipartReplacingLoad() const;
bool isPostOrRedirectAfterPost(const ResourceRequest&, const ResourceResponse&);
bool shouldContinueForResponse() const;
@@ -247,7 +242,6 @@ namespace WebCore {
bool m_isStopping;
bool m_gotFirstByte;
bool m_isClientRedirect;
- bool m_isLoadingMultipartContent;
// FIXME: Document::m_processingLoadEvent and DocumentLoader::m_wasOnloadHandled are roughly the same
// and should be merged.

Powered by Google App Engine
This is Rietveld 408576698