chromium/third_party/blink/renderer/core/inspector/inspector_io_agent.cc

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

#include "third_party/blink/renderer/core/inspector/inspector_io_agent.h"

#include "third_party/blink/renderer/bindings/core/v8/v8_blob.h"
#include "third_party/blink/renderer/core/fileapi/blob.h"
#include "v8/include/v8-inspector.h"

namespace blink {

InspectorIOAgent::InspectorIOAgent(v8::Isolate* isolate,
                                   v8_inspector::V8InspectorSession* session)
    :{}

InspectorIOAgent::~InspectorIOAgent() = default;

protocol::Response InspectorIOAgent::resolveBlob(const String& object_id,
                                                 String* uuid) {}

}  // namespace blink