#include "chrome/updater/app/server/posix/update_service_internal_stub.h"
#include <iterator>
#include <utility>
#include "base/functional/bind.h"
#include "base/functional/callback.h"
#include "base/memory/scoped_refptr.h"
#include "chrome/updater/ipc/ipc_names.h"
#include "chrome/updater/ipc/ipc_security.h"
#include "components/named_mojo_ipc_server/connection_info.h"
#include "components/named_mojo_ipc_server/named_mojo_ipc_server.h"
namespace updater {
UpdateServiceInternalStub::UpdateServiceInternalStub(
scoped_refptr<updater::UpdateServiceInternal> impl,
UpdaterScope scope,
base::RepeatingClosure task_start_listener,
base::RepeatingClosure task_end_listener)
: … { … }
UpdateServiceInternalStub::~UpdateServiceInternalStub() = default;
void UpdateServiceInternalStub::OnClientDisconnected() { … }
void UpdateServiceInternalStub::Run(RunCallback callback) { … }
void UpdateServiceInternalStub::Hello(HelloCallback callback) { … }
}