chromium/chrome/browser/storage/storage_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/storage/storage_notification_service_factory.h"

StorageNotificationServiceFactory::StorageNotificationServiceFactory()
    :{}
StorageNotificationServiceFactory::~StorageNotificationServiceFactory() =
    default;

// static
StorageNotificationServiceImpl*
StorageNotificationServiceFactory::GetForBrowserContext(
    content::BrowserContext* browser_context) {}

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

// static
KeyedService* StorageNotificationServiceFactory::BuildServiceInstanceFor(
    content::BrowserContext* browser_context) const {}

std::unique_ptr<KeyedService>
StorageNotificationServiceFactory::BuildInstanceFor(
    content::BrowserContext* browser_context) {}

bool StorageNotificationServiceFactory::ServiceIsCreatedWithBrowserContext()
    const {}