2022-01-26 21:59:09 +00:00
|
|
|
// Copyright (c) 2022 Slack Technologies, Inc.
|
|
|
|
// Use of this source code is governed by the MIT license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
|
|
|
#include "shell/browser/native_window_features.h"
|
|
|
|
|
|
|
|
namespace features {
|
2023-08-24 21:02:05 +00:00
|
|
|
const base::Feature kWaylandWindowDecorations{"WaylandWindowDecorations",
|
|
|
|
base::FEATURE_ENABLED_BY_DEFAULT};
|
2022-01-26 21:59:09 +00:00
|
|
|
}
|