chromium/third_party/blink/renderer/modules/content_extraction/inner_html_agent.cc

// Copyright 2023 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/modules/content_extraction/inner_html_agent.h"

#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/modules/content_extraction/inner_html_builder.h"

namespace blink {

// static
const char InnerHtmlAgent::kSupplementName[] =;

// static
InnerHtmlAgent* InnerHtmlAgent::From(Document& document) {}

// static
void InnerHtmlAgent::BindReceiver(
    LocalFrame* frame,
    mojo::PendingReceiver<mojom::blink::InnerHtmlAgent> receiver) {}

InnerHtmlAgent::InnerHtmlAgent(base::PassKey<InnerHtmlAgent>, LocalFrame& frame)
    :{}

InnerHtmlAgent::~InnerHtmlAgent() = default;

void InnerHtmlAgent::Bind(
    mojo::PendingReceiver<mojom::blink::InnerHtmlAgent> receiver) {}

void InnerHtmlAgent::Trace(Visitor* visitor) const {}

void InnerHtmlAgent::GetInnerHtml(GetInnerHtmlCallback callback) {}

}  // namespace blink