// Copyright 2016 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_HOST_BASE_DESKTOP_ENVIRONMENT_OPTIONS_H_ #define REMOTING_HOST_BASE_DESKTOP_ENVIRONMENT_OPTIONS_H_ #include <optional> #include "base/memory/weak_ptr.h" #include "remoting/base/session_options.h" #include "third_party/webrtc/modules/desktop_capture/desktop_capture_options.h" namespace remoting { // A container of options a DesktopEnvironment or its derived classes need to // control the behavior. class DesktopEnvironmentOptions final { … }; } // namespace remoting #endif // REMOTING_HOST_BASE_DESKTOP_ENVIRONMENT_OPTIONS_H_