chromium/third_party/blink/renderer/platform/testing/fake_mojo_binding_context.cc

// Copyright 2024 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/platform/testing/fake_mojo_binding_context.h"

#include <utility>

#include "third_party/blink/public/platform/browser_interface_broker_proxy.h"

namespace blink {

FakeMojoBindingContext::FakeMojoBindingContext(
    scoped_refptr<base::SingleThreadTaskRunner> task_runner)
    :{}

const BrowserInterfaceBrokerProxy&
FakeMojoBindingContext::GetBrowserInterfaceBroker() const {}

scoped_refptr<base::SingleThreadTaskRunner>
FakeMojoBindingContext::GetTaskRunner(TaskType) {}

void FakeMojoBindingContext::Dispose() {}

}  // namespace blink