chromium/chrome/browser/user_education/tutorial_identifiers.h

// 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[] =;
inline constexpr char kSidePanelCustomizeChromeTutorialMetricPrefix[] =;

inline constexpr char kTabGroupTutorialId[] =;
inline constexpr char kTabGroupTutorialMetricPrefix[] =;

inline constexpr char kSavedTabGroupTutorialId[] =;
inline constexpr char kSavedTabGroupTutorialMetricPrefix[] =;

inline constexpr char kPasswordManagerTutorialId[] =;
inline constexpr char kPasswordManagerTutorialMetricPrefix[] =;

#endif  // CHROME_BROWSER_USER_EDUCATION_TUTORIAL_IDENTIFIERS_H_