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

#ifndef CHROME_BROWSER_UI_VIEWS_PROFILES_FEATURE_SHOWCASE_FEATURE_SHOWCASE_CONSTANTS_H_
#define CHROME_BROWSER_UI_VIEWS_PROFILES_FEATURE_SHOWCASE_FEATURE_SHOWCASE_CONSTANTS_H_

inline constexpr char kFeatureShowcaseDefaultBrowserStepIdentifier[] =
    "default-browser";

inline constexpr char kFeatureShowcaseGeminiStepIdentifier[] = "gemini";

inline constexpr char kFeatureShowcaseGoogleLensStepIdentifier[] =
    "google-lens";

inline constexpr char kFeatureShowcasePasswordManagerStepIdentifier[] =
    "password-manager";

inline constexpr char kFeatureShowcaseThemesAndCustomizationStepIdentifier[] =
    "themes-and-customization";

#endif  // CHROME_BROWSER_UI_VIEWS_PROFILES_FEATURE_SHOWCASE_FEATURE_SHOWCASE_CONSTANTS_H_
