| 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 4fabbaef361ec3595d5fa5b774f3dd8c6c7273d8..042014ec5841fa29d9690dab2ace39703fa2ce4e 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.idl
|
| @@ -158,28 +158,28 @@
|
| [Network]
|
| void didChangeResourcePriority(LocalFrame*, unsigned long identifier, ResourceLoadPriority loadPriority);
|
|
|
| - [Network, TraceEvents]
|
| + [Network]
|
| void willSendRequest([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
|
|
|
| [Network]
|
| void markResourceAsCached(LocalFrame*, unsigned long identifier);
|
|
|
| - [Network, TraceEvents]
|
| + [Network]
|
| void didReceiveResourceResponse([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, Resource*);
|
|
|
| - [Network, TraceEvents]
|
| + [Network]
|
| void didReceiveData([Keep] LocalFrame*, unsigned long identifier, const char* data, int dataLength);
|
|
|
| [Network]
|
| void didReceiveEncodedDataLength([Keep] LocalFrame*, unsigned long identifier, int encodedDataLength);
|
|
|
| - [Network, TraceEvents]
|
| - void didFinishLoading(LocalFrame* frame, unsigned long identifier, double finishTime, int64_t encodedDataLength, int64_t decodedBodyLength);
|
| + [Network]
|
| + void didFinishLoading(LocalFrame* frame, unsigned long identifier, double finishTime, int64_t encodedDataLength);
|
|
|
| [Network]
|
| void didReceiveCORSRedirectResponse([Keep] LocalFrame*, unsigned long identifier, DocumentLoader*, const ResourceResponse&, Resource*);
|
|
|
| - [Network, TraceEvents]
|
| + [Network]
|
| void didFailLoading(LocalFrame* frame, unsigned long identifier, const ResourceError&);
|
|
|
| [Network]
|
|
|