chromium/third_party/blink/renderer/core/inspector/inspector_session_state.h

// 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_RENDERER_CORE_INSPECTOR_INSPECTOR_SESSION_STATE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_INSPECTOR_INSPECTOR_SESSION_STATE_H_

#include <memory>
#include <type_traits>
#include "third_party/blink/public/mojom/devtools/devtools_agent.mojom-blink.h"
#include "third_party/blink/public/platform/web_vector.h"
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/platform/wtf/hash_map.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#include "third_party/inspector_protocol/crdtp/span.h"

namespace blink {
class InspectorAgentState;
// An abstraction for the inspector session state in the renderer.
// Makes the |reattach_state| sent from the browser available to the
// InspectorAgentState::Field instances, and queues the updates
// that are made to these fields.
class CORE_EXPORT InspectorSessionState {};

// InspectorAgentState connects the fields of inspector agents
// with the renderer-side InspectorSessionState.
class CORE_EXPORT InspectorAgentState {};
}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_INSPECTOR_INSPECTOR_SESSION_STATE_H_