chromium/content/app/mojo_ipc_support.cc

// Copyright 2019 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/app/mojo_ipc_support.h"

#include <utility>

#include "base/command_line.h"
#include "base/task/single_thread_task_runner.h"
#include "build/build_config.h"
#include "content/browser/browser_process_io_thread.h"
#include "content/browser/startup_data_impl.h"
#include "content/common/features.h"
#include "mojo/core/embedder/embedder.h"
#include "mojo/core/embedder/scoped_ipc_support.h"

namespace content {

MojoIpcSupport::MojoIpcSupport(
    std::unique_ptr<BrowserProcessIOThread> io_thread)
    :{}

MojoIpcSupport::~MojoIpcSupport() = default;

std::unique_ptr<StartupDataImpl> MojoIpcSupport::CreateBrowserStartupData() {}

}  // namespace content