chromium/components/services/patch/in_process_file_patcher.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 "components/services/patch/in_process_file_patcher.h"

#include <utility>

#include "base/functional/bind.h"
#include "base/task/thread_pool.h"
#include "components/services/patch/file_patcher_impl.h"
#include "mojo/public/cpp/bindings/self_owned_receiver.h"

namespace patch {

namespace {

void BindInProcessFilePatcher(
    mojo::PendingReceiver<mojom::FilePatcher> receiver) {}

}  // namespace

mojo::PendingRemote<mojom::FilePatcher> LaunchInProcessFilePatcher() {}

}  // namespace patch