chromium/content/public/test/local_frame_host_interceptor.cc

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

#include "content/public/test/local_frame_host_interceptor.h"

#include "third_party/blink/public/common/associated_interfaces/associated_interface_provider.h"

namespace content {

LocalFrameHostInterceptor::LocalFrameHostInterceptor(
    blink::AssociatedInterfaceProvider* provider) {}

LocalFrameHostInterceptor::~LocalFrameHostInterceptor() = default;

blink::mojom::LocalFrameHost*
LocalFrameHostInterceptor::GetForwardingInterface() {}

void LocalFrameHostInterceptor::BindFrameHostReceiver(
    mojo::ScopedInterfaceEndpointHandle handle) {}

}  // namespace content