chromium/components/push_notification/push_notification_constants.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 COMPONENTS_PUSH_NOTIFICATION_PUSH_NOTIFICATION_CONSTANTS_H_
#define COMPONENTS_PUSH_NOTIFICATION_PUSH_NOTIFICATION_CONSTANTS_H_

namespace push_notification {

const char kNotificationTypeIdKey[] =;
const char kNotificationClientIdKey[] =;
const char kNotificationPayloadKey[] =;

}  // namespace push_notification

#endif  // COMPONENTS_PUSH_NOTIFICATION_PUSH_NOTIFICATION_CONSTANTS_H_