blob: 53d73fd29df1b8f2ca1823d6b391ef27272ee8c9 [file] [log] [blame]
// Copyright 2020 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_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_