| Index: third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| index eae8f9b258f77c2f0cbd8d35f12cbd24e6013043..33bcae001a7d545f19e2332927361a759edfac36 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
|
| @@ -345,10 +345,10 @@ class PLATFORM_EXPORT ResourceResponse final {
|
| void SetEncodedDataLength(long long value);
|
|
|
| long long EncodedBodyLength() const { return encoded_body_length_; }
|
| - void AddToEncodedBodyLength(long long value);
|
| + void SetEncodedBodyLength(long long value);
|
|
|
| long long DecodedBodyLength() const { return decoded_body_length_; }
|
| - void AddToDecodedBodyLength(long long value);
|
| + void SetDecodedBodyLength(long long value);
|
|
|
| const String& DownloadedFilePath() const { return downloaded_file_path_; }
|
| void SetDownloadedFilePath(const String&);
|
|
|