blob: 07a2c2307243b0d1e6a735927e2cf720f6d113cc [file] [log] [blame]
// 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 COMPONENTS_SODA_SODA_FEATURES_H_
#define COMPONENTS_SODA_SODA_FEATURES_H_
#include "base/component_export.h"
#include "base/feature_list.h"
namespace speech {
#if BUILDFLAG(IS_CHROMEOS)
COMPONENT_EXPORT(SODA_INSTALLER)
BASE_DECLARE_FEATURE(kFeatureManagementCrosSodaConchLanguages);
COMPONENT_EXPORT(SODA_INSTALLER)
BASE_DECLARE_FEATURE(kCrosSodaConchLanguages);
#endif
} // namespace speech
#endif // COMPONENTS_SODA_SODA_FEATURES_H_