chromium/chrome/browser/web_applications/test/with_crosapi_param.cc

// Copyright 2021 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/web_applications/test/with_crosapi_param.h"

#include "build/chromeos_buildflags.h"

#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "ash/constants/ash_features.h"
#include "ash/constants/ash_switches.h"
#include "base/test/scoped_command_line.h"
#include "chrome/browser/ash/crosapi/browser_util.h"
#include "chrome/common/chrome_features.h"
#include "chromeos/ash/components/standalone_browser/feature_refs.h"
#endif  // BUILDFLAG(IS_CHROMEOS_ASH)

namespace web_app {
namespace test {

WithCrosapiParam::WithCrosapiParam() {}

WithCrosapiParam::~WithCrosapiParam() = default;

// static
std::string WithCrosapiParam::ParamToString(
    testing::TestParamInfo<CrosapiParam> param) {}

// static
void WithCrosapiParam::VerifyLacrosStatus() {}

}  // namespace test
}  // namespace web_app