native_window_features.cc 351 B

1234567891011
  1. // Copyright (c) 2022 Slack Technologies, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. #include "shell/browser/native_window_features.h"
  5. namespace features {
  6. BASE_FEATURE(kWaylandWindowDecorations,
  7. "WaylandWindowDecorations",
  8. base::FEATURE_ENABLED_BY_DEFAULT);
  9. }