| Index: third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameFetchContext.h b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| index e65e70280feecf1d6a049a6f5b2c667753149d23..e6aabb6df137f613e1ba7b65f8fedc2a7d96815b 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameFetchContext.h
|
| @@ -93,8 +93,7 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| Resource*) override;
|
| void dispatchDidReceiveData(unsigned long identifier,
|
| const char* data,
|
| - int dataLength,
|
| - int encodedDataLength) override;
|
| + int dataLength) override;
|
| void dispatchDidDownloadData(unsigned long identifier,
|
| int dataLength,
|
| int encodedDataLength) override;
|
| @@ -103,6 +102,7 @@ class CORE_EXPORT FrameFetchContext final : public FetchContext {
|
| int64_t encodedDataLength) override;
|
| void dispatchDidFail(unsigned long identifier,
|
| const ResourceError&,
|
| + int64_t encodedDataLength,
|
| bool isInternalRequest) override;
|
|
|
| bool shouldLoadNewResource(Resource::Type) const override;
|
|
|