blob: 03b7b3ccc0acde556d0eb12d618a6f5617f54223 [file] [log] [blame]
Rob Schonbergerb79d3ba2023-09-27 05:17:541// Copyright 2023 The Chromium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "components/soda/soda_features.h"
6
7#include "base/feature_list.h"
8
9namespace speech {
Maksim Sisov764f01d2024-12-18 08:34:4210#if BUILDFLAG(IS_CHROMEOS)
Rob Schonberger8d650412024-07-03 08:15:0411BASE_FEATURE(kFeatureManagementCrosSodaConchLanguages,
Rob Schonberger8d650412024-07-03 08:15:0412 base::FEATURE_DISABLED_BY_DEFAULT);
Xiaohan Wang677358662025-09-16 05:15:5413BASE_FEATURE(kCrosSodaConchLanguages, base::FEATURE_ENABLED_BY_DEFAULT);
Rob Schonbergerb79d3ba2023-09-27 05:17:5414#endif
15} // namespace speech