| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| index 8408427525234c02272f993e7d1bacb64fb94047..55bc6f220da9fbe8b70cf32c760d21ff231a7fe0 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
|
| @@ -164,22 +164,6 @@ namespace InspectorScrollInvalidationTrackingEvent {
|
| PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const LayoutObject&);
|
| }
|
|
|
| -namespace InspectorSendRequestEvent {
|
| -PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(unsigned long identifier, LocalFrame*, const ResourceRequest&);
|
| -}
|
| -
|
| -namespace InspectorReceiveResponseEvent {
|
| -PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(unsigned long identifier, LocalFrame*, const ResourceResponse&);
|
| -}
|
| -
|
| -namespace InspectorReceiveDataEvent {
|
| -PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(unsigned long identifier, LocalFrame*, int encodedDataLength);
|
| -}
|
| -
|
| -namespace InspectorResourceFinishEvent {
|
| -PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(unsigned long identifier, double finishTime, bool didFail);
|
| -}
|
| -
|
| namespace InspectorTimerInstallEvent {
|
| PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(ExecutionContext*, int timerId, int timeout, bool singleShot);
|
| }
|
|
|