diff --git a/shell/browser/native_window_features.cc b/shell/browser/native_window_features.cc index d4a4c85dd867..fe5b0d7b57e0 100644 --- a/shell/browser/native_window_features.cc +++ b/shell/browser/native_window_features.cc @@ -5,6 +5,6 @@ #include "shell/browser/native_window_features.h" namespace features { -const base::Feature kWaylandWindowDecorations{ - "WaylandWindowDecorations", base::FEATURE_DISABLED_BY_DEFAULT}; +const base::Feature kWaylandWindowDecorations{"WaylandWindowDecorations", + base::FEATURE_ENABLED_BY_DEFAULT}; }