chromium/ash/public/cpp/message_center/oobe_notification_constants.h

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

#ifndef ASH_PUBLIC_CPP_MESSAGE_CENTER_OOBE_NOTIFICATION_CONSTANTS_H_
#define ASH_PUBLIC_CPP_MESSAGE_CENTER_OOBE_NOTIFICATION_CONSTANTS_H_

namespace ash {

// ID of the locale switch notification that could be shown during the OOBE.
inline constexpr static char kOOBELocaleSwitchNotificationId[] =
    "oobe.locale-switch-notification";

// ID of the Gnubbby press notification that could be shown during the OOBE.
inline constexpr static char kOOBEGnubbyNotificationId[] =
    "gnubby_notification";

}  // namespace ash

#endif  // ASH_PUBLIC_CPP_MESSAGE_CENTER_OOBE_NOTIFICATION_CONSTANTS_H_