// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SODA_PREF_NAMES_H_ #define COMPONENTS_SODA_PREF_NAMES_H_ namespace prefs { extern const char kSodaBinaryPath[]; extern const char kSodaScheduledDeletionTime[]; extern const char kSodaEnUsConfigPath[]; extern const char kSodaJaJpConfigPath[]; extern const char kSodaDeDeConfigPath[]; extern const char kSodaEsEsConfigPath[]; extern const char kSodaFrFrConfigPath[]; extern const char kSodaItItConfigPath[]; extern const char kSodaRegisteredLanguagePacks[]; } // namespace prefs #endif // COMPONENTS_SODA_PREF_NAMES_H_