5 #ifndef V8_INSPECTOR_V8_SCHEMA_AGENT_IMPL_H_ 6 #define V8_INSPECTOR_V8_SCHEMA_AGENT_IMPL_H_ 8 #include "src/base/macros.h" 9 #include "src/inspector/protocol/Forward.h" 10 #include "src/inspector/protocol/Schema.h" 14 class V8InspectorSessionImpl;
16 using protocol::Response;
21 protocol::DictionaryValue* state);
25 std::unique_ptr<protocol::Array<protocol::Schema::Domain>>*)
override;
29 protocol::Schema::Frontend m_frontend;
36 #endif // V8_INSPECTOR_V8_SCHEMA_AGENT_IMPL_H_