// 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 <string> #include "chrome/browser/ui/test/pixel_test_configuration_mixin.h" #include "ui/base/ui_base_switches.h" PixelTestConfigurationMixin::PixelTestConfigurationMixin( InProcessBrowserTestMixinHost* host, bool use_dark_theme, bool use_right_to_left_language) : … { … } PixelTestConfigurationMixin::~PixelTestConfigurationMixin() = default; void PixelTestConfigurationMixin::SetUpCommandLine( base::CommandLine* command_line) { … }