// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/views/frame/browser_frame_view_layout_linux.h" #include "build/build_config.h" #include "build/chromeos_buildflags.h" #include "chrome/browser/ui/layout_constants.h" #include "chrome/test/views/chrome_views_test_base.h" namespace { class TestLayoutDelegate : public OpaqueBrowserFrameViewLayoutDelegate { … }; } // namespace BrowserFrameViewLayoutLinuxTest; // Tests that frame border insets are set to zero for the tiled edges. TEST_F(BrowserFrameViewLayoutLinuxTest, FrameInsets) { … }