electron/shell/browser/native_window_features.cc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
337 B
C++
Raw Normal View History

// 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 {
const base::Feature kWaylandWindowDecorations{
"WaylandWindowDecorations", base::FEATURE_DISABLED_BY_DEFAULT};
}