blob: 27ab55b0d69334664029747fbba1bf227900a8b7 [file] [log] [blame]
// 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.
#include "content/public/common/browser_controls_state.h"
#include "ipc/ipc_message_macros.h"
#include "third_party/WebKit/public/web/WebConsoleMessage.h"
IPC_ENUM_TRAITS_MAX_VALUE(blink::WebConsoleMessage::Level,
blink::WebConsoleMessage::kLevelLast)
IPC_ENUM_TRAITS_MAX_VALUE(content::BrowserControlsState,
content::BROWSER_CONTROLS_STATE_LAST)