| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h
|
| deleted file mode 100644
|
| index 8908f67f1bf11ec144ddd8498215f63eaccf34bf..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8InspectorSessionClient.h
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -// Copyright 2016 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.
|
| -
|
| -#ifndef V8InspectorSessionClient_h
|
| -#define V8InspectorSessionClient_h
|
| -
|
| -#include "platform/inspector_protocol/Platform.h"
|
| -
|
| -#include <v8.h>
|
| -
|
| -namespace blink {
|
| -
|
| -class PLATFORM_EXPORT V8InspectorSessionClient {
|
| -public:
|
| - virtual ~V8InspectorSessionClient() { }
|
| - virtual void resumeStartup() = 0;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // V8InspectorSessionClient_h
|
|
|