#include "chrome/test/base/test_launcher_utils.h"
#include <memory>
#include "base/command_line.h"
#include "base/environment.h"
#include "base/feature_list.h"
#include "base/files/scoped_temp_dir.h"
#include "base/logging.h"
#include "base/path_service.h"
#include "base/strings/string_number_conversions.h"
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "chrome/common/chrome_paths.h"
#include "chrome/common/chrome_switches.h"
#include "chrome/common/url_constants.h"
#include "components/os_crypt/sync/os_crypt_switches.h"
#include "components/password_manager/core/browser/password_manager_switches.h"
#include "content/public/common/content_switches.h"
#include "ui/display/display_switches.h"
#if defined(USE_AURA)
#include "ui/wm/core/wm_core_switches.h"
#endif
namespace test_launcher_utils {
void PrepareBrowserCommandLineForTests(base::CommandLine* command_line) { … }
void PrepareBrowserCommandLineForBrowserTests(base::CommandLine* command_line,
bool open_about_blank_on_launch) { … }
bool CreateUserDataDir(base::ScopedTempDir* temp_dir) { … }
bool OverrideUserDataDir(const base::FilePath& user_data_dir) { … }
}