chromium/chrome/browser/ui/global_media_controls/media_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/ui/global_media_controls/media_notification_service_factory.h"

#include <memory>

#include "base/no_destructor.h"
#include "build/chromeos_buildflags.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/global_media_controls/media_notification_service.h"

MediaNotificationServiceFactory::MediaNotificationServiceFactory()
    :{}

MediaNotificationServiceFactory::~MediaNotificationServiceFactory() = default;

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

// static
MediaNotificationService* MediaNotificationServiceFactory::GetForProfile(
    Profile* profile) {}

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