// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROMEOS_ASH_COMPONENTS_BOCA_BABELORCA_PREF_NAMES_H_
#define CHROMEOS_ASH_COMPONENTS_BOCA_BABELORCA_PREF_NAMES_H_

namespace ash::babelorca::prefs {

inline constexpr char kCaptionBubbleExpanded[] =
    "ash.babelorca.caption_bubble_expanded";

inline constexpr char kTranslateTargetLanguageCode[] =
    "ash.babelorca.translate_target_language_code";

inline constexpr char kTachyonClientUuid[] =
    "ash.babelorca.tachyon_client_uuid";

}  // namespace ash::babelorca::prefs

#endif  // CHROMEOS_ASH_COMPONENTS_BOCA_BABELORCA_PREF_NAMES_H_
