chromium/chrome/browser/ui/safety_hub/menu_notification.h

// Copyright 2023 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_SAFETY_HUB_MENU_NOTIFICATION_H_
#define CHROME_BROWSER_UI_SAFETY_HUB_MENU_NOTIFICATION_H_

#include <memory>
#include <optional>
#include <string>

#include "base/time/time.h"
#include "base/values.h"
#include "chrome/browser/ui/safety_hub/safety_hub_constants.h"
#include "chrome/browser/ui/safety_hub/safety_hub_service.h"

constexpr base::TimeDelta kSafetyHubMenuNotificationMinNotificationDuration =;
constexpr int kSafetyHubMenuNotificationMinImpressionCount =;

// Class that represents the notifications of Safety Hub that are shown in the
// Chrome menu.
class SafetyHubMenuNotification {};

#endif  // CHROME_BROWSER_UI_SAFETY_HUB_MENU_NOTIFICATION_H_