// third_party/blink/public/mojom/devtools/devtools_agent.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVTOOLS_DEVTOOLS_AGENT_MOJOM_SHARED_MESSAGE_IDS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVTOOLS_DEVTOOLS_AGENT_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace blink::mojom {
namespace messages {


enum class DevToolsAgent : uint32_t {
  kAttachDevToolsSession = 0,
  kInspectElement = 1,
  kReportChildTargets = 2,
};
enum class DevToolsAgentHost : uint32_t {
  kChildTargetCreated = 0,
  kMainThreadDebuggerPaused = 1,
  kMainThreadDebuggerResumed = 2,
  kBringToForeground = 3,
};
enum class DevToolsSession : uint32_t {
  kDispatchProtocolCommand = 0,
  kUnpauseAndTerminate = 1,
};
enum class DevToolsSessionHost : uint32_t {
  kDispatchProtocolResponse = 0,
  kDispatchProtocolNotification = 1,
};

}  // namespace messages

}  // blink::mojom

#endif  // THIRD_PARTY_BLINK_PUBLIC_MOJOM_DEVTOOLS_DEVTOOLS_AGENT_MOJOM_SHARED_MESSAGE_IDS_H_