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

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

Issue 2521503002: Rename ResourceResponse::addToEncodedDataSize() to setEncodedDataSize() (Closed)
Patch Set: fix Created 4 years, 1 month 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 b9ec045d6bd274f03f461b9dc939e4d8d11bacd6..7fe907fbdf2e3bf0b2a72fa310bfd2b5842aa562 100644
--- a/third_party/WebKit/public/platform/WebURLResponse.h
+++ b/third_party/WebKit/public/platform/WebURLResponse.h
@@ -289,7 +289,7 @@ class WebURLResponse {
// Original size of the response before decompression.
BLINK_PLATFORM_EXPORT long long encodedDataLengthForTesting() const;
- BLINK_PLATFORM_EXPORT void addToEncodedDataLength(long long);
+ BLINK_PLATFORM_EXPORT void setEncodedDataLength(long long);
// Original size of the response body before decompression.
BLINK_PLATFORM_EXPORT long long encodedBodyLengthForTesting() const;
« 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