blob: 93d018eea0a41d06b704920d5f8a6a68058d95d9 [file] [log] [blame]
// Copyright 2019 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.
module blink.mojom;
enum ConsoleMessageLevel {
kVerbose,
kInfo,
kWarning,
kError
};