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

Unified Diff: third_party/WebKit/Source/core/fetch/RawResource.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
Index: third_party/WebKit/Source/core/fetch/RawResource.h
diff --git a/third_party/WebKit/Source/core/fetch/RawResource.h b/third_party/WebKit/Source/core/fetch/RawResource.h
index ef76c5527ed5158590ac04b9bc0840440371a541..febd218d4c997980c6446ec9c48116f865636f87 100644
--- a/third_party/WebKit/Source/core/fetch/RawResource.h
+++ b/third_party/WebKit/Source/core/fetch/RawResource.h
@@ -75,7 +75,7 @@ private:
RawResource(const ResourceRequest&, Type);
void didAddClient(ResourceClient*) override;
- void appendDataInternal(const char*, size_t) override;
+ void appendData(const char*, size_t) override;
bool shouldIgnoreHTTPStatusCodeErrors() const override { return !isLinkPreload(); }

Powered by Google App Engine
This is Rietveld 408576698