Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
index dd80a9735dbe4cb3275da8dfcdbe8e90a2aaf956..768c6b085953d0f82e72592810ce4717db57d6a2 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl |
@@ -165,7 +165,10 @@ class XMLHttpRequest; |
void didReceiveResourceResponse([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, Resource*); |
[Network] |
- void didReceiveData([Keep] LocalFrame*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength); |
+ void didReceiveData([Keep] LocalFrame*, unsigned long identifier, const char* data, int dataLength); |
+ |
+ [Network] |
+ void didReceiveEncodedDataLength([Keep] LocalFrame*, unsigned long identifier, int encodedDataLength); |
[Network] |
void didFinishLoading(LocalFrame* frame, unsigned long identifier, double finishTime, int64_t encodedDataLength); |