[go: nahoru, domu]

blob: 6934867039f3c091e10dd4c95496eb4cba4a9f12 [file] [log] [blame]
// 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 "remoting/host/file_transfer/ensure_user.h"
namespace remoting {
protocol::FileTransferResult<absl::monostate> EnsureUserContext() {
return kSuccessTag;
}
void DisableUserContextCheckForTesting() {
// Nothing to do here since user checking is already a no-op.
}
} // namespace remoting