// 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 "chromeos/ash/experiences/guest_os/borealis/borealis_features.h"

namespace borealis::features {

// Enable Borealis MOTD on Chrome OS.
BASE_FEATURE(kShowBorealisMotd, base::FEATURE_DISABLED_BY_DEFAULT);

}  // namespace borealis::features
