// 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. #ifndef CHROME_BROWSER_UI_TEST_PIXEL_TEST_CONFIGURATION_MIXIN_H_ #define CHROME_BROWSER_UI_TEST_PIXEL_TEST_CONFIGURATION_MIXIN_H_ #include <memory> #include "base/scoped_environment_variable_override.h" #include "chrome/test/base/mixin_based_in_process_browser_test.h" // Mixin to automatically set up generic pixel test configurations. class PixelTestConfigurationMixin : public InProcessBrowserTestMixin { … }; #endif // CHROME_BROWSER_UI_TEST_PIXEL_TEST_CONFIGURATION_MIXIN_H_