#include "chrome/browser/storage/storage_notification_service_factory.h"
StorageNotificationServiceFactory::StorageNotificationServiceFactory()
: … { … }
StorageNotificationServiceFactory::~StorageNotificationServiceFactory() =
default;
StorageNotificationServiceImpl*
StorageNotificationServiceFactory::GetForBrowserContext(
content::BrowserContext* browser_context) { … }
StorageNotificationServiceFactory*
StorageNotificationServiceFactory::GetInstance() { … }
KeyedService* StorageNotificationServiceFactory::BuildServiceInstanceFor(
content::BrowserContext* browser_context) const { … }
std::unique_ptr<KeyedService>
StorageNotificationServiceFactory::BuildInstanceFor(
content::BrowserContext* browser_context) { … }
bool StorageNotificationServiceFactory::ServiceIsCreatedWithBrowserContext()
const { … }