blob: 503e31b5575422a49e96ce0c44c500327759e5ad [file] [log] [blame]
// 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/empty_announcement_notification_service.h"
EmptyAnnouncementNotificationService::EmptyAnnouncementNotificationService() =
default;
EmptyAnnouncementNotificationService::~EmptyAnnouncementNotificationService() =
default;
void EmptyAnnouncementNotificationService::MaybeShowNotification() {
// Do nothing.
}