| Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| index a3017299ce1792113f79f0e0b99f546ec859d4a5..71f498e0e04239a108b690577d09944f5fa9e3ed 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| @@ -102,8 +102,7 @@
|
| int encodedDataLength);
|
| void didFinishLoading(unsigned long identifier,
|
| double monotonicFinishTime,
|
| - int64_t encodedDataLength,
|
| - int64_t decodedBodyLength);
|
| + int64_t encodedDataLength);
|
| void didReceiveCORSRedirectResponse(LocalFrame*,
|
| unsigned long identifier,
|
| DocumentLoader*,
|
|
|