| Index: third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h
|
| deleted file mode 100644
|
| index 73c1878e9e3d84babebe853b1c5ba0788be99a08..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/public/V8ConsoleTypes.h
|
| +++ /dev/null
|
| @@ -1,20 +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 V8ConsoleTypes_h
|
| -#define V8ConsoleTypes_h
|
| -
|
| -namespace blink {
|
| -
|
| -enum MessageLevel {
|
| - DebugMessageLevel = 4,
|
| - LogMessageLevel = 1,
|
| - InfoMessageLevel = 5,
|
| - WarningMessageLevel = 2,
|
| - ErrorMessageLevel = 3
|
| -};
|
| -
|
| -}
|
| -
|
| -#endif // !defined(V8ConsoleTypes_h)
|
|
|