| 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 59ce9b553eeb1e27913eb230f17b5dfe299b2fd9..6e443845dee9093aac2d81f464c895bcbff46321 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| @@ -97,8 +97,10 @@ class CORE_EXPORT InspectorNetworkAgent final
|
| void didReceiveData(LocalFrame*,
|
| unsigned long identifier,
|
| const char* data,
|
| - int dataLength,
|
| - int encodedDataLength);
|
| + int dataLength);
|
| + void didReceiveEncodedDataLength(LocalFrame*,
|
| + unsigned long identifier,
|
| + int encodedDataLength);
|
| void didFinishLoading(unsigned long identifier,
|
| double monotonicFinishTime,
|
| int64_t encodedDataLength);
|
|
|