| 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 8b7ab5a030195974819c3c984992f5bfdf9904ca..d7861d168574ca7987decf37668993fceaa25de9 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
|
| @@ -100,7 +100,8 @@ class CORE_EXPORT InspectorNetworkAgent final
|
| void didReceiveEncodedDataLength(LocalFrame*,
|
| unsigned long identifier,
|
| int encodedDataLength);
|
| - void didFinishLoading(unsigned long identifier,
|
| + void didFinishLoading(LocalFrame*,
|
| + unsigned long identifier,
|
| double monotonicFinishTime,
|
| int64_t encodedDataLength,
|
| int64_t decodedBodyLength);
|
|
|