chromium/chrome/browser/notifications/platform_notification_service_factory.cc

// Copyright 2019 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/notifications/platform_notification_service_factory.h"

#include <memory>

#include "base/memory/ptr_util.h"
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/metrics/ukm_background_recorder_service.h"
#include "chrome/browser/notifications/metrics/notification_metrics_logger_factory.h"
#include "chrome/browser/notifications/notification_display_service_factory.h"
#include "chrome/browser/notifications/platform_notification_service_impl.h"
#include "chrome/browser/profiles/profile.h"

// static
PlatformNotificationServiceImpl*
PlatformNotificationServiceFactory::GetForProfile(Profile* profile) {}

// static
PlatformNotificationServiceFactory*
PlatformNotificationServiceFactory::GetInstance() {}

PlatformNotificationServiceFactory::PlatformNotificationServiceFactory()
    :{}

std::unique_ptr<KeyedService>
PlatformNotificationServiceFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}