// Copyright 2023 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/toolbar_controller_util.h" bool ToolbarControllerUtil::prevent_overflow_for_testing_ = …; // static void ToolbarControllerUtil::SetPreventOverflowForTesting( bool prevent_overflow) { … } // static bool ToolbarControllerUtil::PreventOverflow() { … }