// Copyright 2025 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/linux/portal_curtain_mode.h"

namespace remoting {

bool PortalCurtainMode::Activate() {
  // TODO: crbug.com/445973705 - implement this.
  return true;
}

}  // namespace remoting
