| Index: third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| index 5f2987353b080e3400305fc172a87a3682ec9976..00b0a35a54711fa117d8636445f00d4ab1e17bd1 100644
|
| --- a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/loader/fetch/FetchContext.cpp
|
| @@ -80,7 +80,10 @@ void FetchContext::dispatchDidReceiveEncodedData(unsigned long, int) {}
|
|
|
| void FetchContext::dispatchDidDownloadData(unsigned long, int, int) {}
|
|
|
| -void FetchContext::dispatchDidFinishLoading(unsigned long, double, int64_t) {}
|
| +void FetchContext::dispatchDidFinishLoading(unsigned long,
|
| + double,
|
| + int64_t,
|
| + int64_t) {}
|
|
|
| void FetchContext::dispatchDidFail(unsigned long,
|
| const ResourceError&,
|
|
|