chromium/chrome/browser/updates/announcement_notification/announcement_notification_delegate.cc

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

#include "chrome/browser/updates/announcement_notification/announcement_notification_delegate.h"

#include <string>

#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/first_run/first_run.h"  // nogncheck
#include "chrome/browser/notifications/notification_display_service.h"  // nogncheck
#include "chrome/grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/message_center/public/cpp/notification.h"

#if BUILDFLAG(IS_CHROMEOS_ASH)
#include "ash/constants/notifier_catalogs.h"
#endif  // BUILDFLAG(IS_CHROMEOS_ASH)

AnnouncementNotificationDelegate::AnnouncementNotificationDelegate(
    NotificationDisplayService* display_service)
    :{}

AnnouncementNotificationDelegate::~AnnouncementNotificationDelegate() = default;

void AnnouncementNotificationDelegate::ShowNotification() {}

bool AnnouncementNotificationDelegate::IsFirstRun() {}