blob: 2607ab63685d5f1767f79ca16c5d940d9d07db27 [file] [log] [blame]
// Copyright 2024 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_USER_EDUCATION_TUTORIAL_IDENTIFIERS_H_
#define CHROME_BROWSER_USER_EDUCATION_TUTORIAL_IDENTIFIERS_H_
inline constexpr char kSidePanelCustomizeChromeTutorialId[] =
"Side Panel Customize Chrome Tutorial";
inline constexpr char kSidePanelCustomizeChromeTutorialMetricPrefix[] =
"CustomizeChromeSidePanel";
inline constexpr char kTabGroupTutorialId[] = "Tab Group Tutorial";
inline constexpr char kTabGroupTutorialMetricPrefix[] = "TabGroup";
inline constexpr char kSavedTabGroupTutorialId[] = "Saved Tab Group Tutorial";
inline constexpr char kSavedTabGroupTutorialMetricPrefix[] = "SavedTabGroup";
inline constexpr char kPasswordManagerTutorialId[] =
"Password Manager Tutorial";
inline constexpr char kPasswordManagerTutorialMetricPrefix[] =
"PasswordManager";
inline constexpr char kLensOverlayTutorialId[] = "Lens Overlay Tutorial";
inline constexpr char kLensOverlayTutorialMetricPrefix[] = "LensOverlay";
#endif // CHROME_BROWSER_USER_EDUCATION_TUTORIAL_IDENTIFIERS_H_