| Rob Schonberger | b79d3ba | 2023-09-27 05:17:54 | [diff] [blame] | 1 | // 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 | |
| 9 | namespace speech { |
| Maksim Sisov | 764f01d | 2024-12-18 08:34:42 | [diff] [blame] | 10 | #if BUILDFLAG(IS_CHROMEOS) |
| Rob Schonberger | 8d65041 | 2024-07-03 08:15:04 | [diff] [blame] | 11 | BASE_FEATURE(kFeatureManagementCrosSodaConchLanguages, |
| Rob Schonberger | 8d65041 | 2024-07-03 08:15:04 | [diff] [blame] | 12 | base::FEATURE_DISABLED_BY_DEFAULT); |
| Xiaohan Wang | 67735866 | 2025-09-16 05:15:54 | [diff] [blame] | 13 | BASE_FEATURE(kCrosSodaConchLanguages, base::FEATURE_ENABLED_BY_DEFAULT); |
| Rob Schonberger | b79d3ba | 2023-09-27 05:17:54 | [diff] [blame] | 14 | #endif |
| 15 | } // namespace speech |