chromium/content/renderer/mock_agent_scheduling_group.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/renderer/mock_agent_scheduling_group.h"

#include <tuple>

#include "content/renderer/render_thread_impl.h"

namespace {

static features::MBIMode GetMBIMode() {}

}  // namespace

namespace content {

// static
std::unique_ptr<MockAgentSchedulingGroup> MockAgentSchedulingGroup::Create(
    RenderThread& render_thread) {}

MockAgentSchedulingGroup::MockAgentSchedulingGroup(
    base::PassKey<MockAgentSchedulingGroup> pass_key,
    RenderThread& render_thread,
    mojo::PendingAssociatedReceiver<mojom::AgentSchedulingGroup>
        pending_receiver)
    :{}

MockAgentSchedulingGroup::MockAgentSchedulingGroup(
    base::PassKey<MockAgentSchedulingGroup> pass_key,
    RenderThread& render_thread,
    mojo::PendingReceiver<IPC::mojom::ChannelBootstrap> pending_receiver)
    :{}

void MockAgentSchedulingGroup::Init() {}

}  // namespace content