| Index: third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.idl
|
| diff --git a/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.idl b/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.idl
|
| deleted file mode 100644
|
| index c2fc3a0619240d46ef4d93a1250e36c37ee3a42c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/platform/instrumentation/PlatformInstrumentation.idl
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -// Copyright 2017 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -interface PlatformInstrumentation {
|
| -
|
| -#define PROBE_EXPORT PLATFORM_EXPORT
|
| -
|
| -class FetchContext;
|
| -class ResourceRequest;
|
| -class ResourceResponse;
|
| -struct FetchInitiatorInfo;
|
| -
|
| - [PlatformTraceEvents]
|
| - PlatformSendRequest([Keep] FetchContext*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo&);
|
| -}
|
|
|