chromium/remoting/base/host_settings.h

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef REMOTING_BASE_HOST_SETTINGS_H_
#define REMOTING_BASE_HOST_SETTINGS_H_

#include <string>

namespace remoting {

HostSettingKey;

// A class to read host settings, which are simple key-value pairs unrelated to
// the host's identity, like UID of an audio device to capture audio from, or
// whether a feature should be enabled.
class HostSettings {};

}  // namespace remoting

#endif  // REMOTING_BASE_HOST_SETTINGS_H_