chromium/chrome/browser/extensions/warning_badge_service_factory.cc

// Copyright 2014 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/extensions/warning_badge_service_factory.h"

#include "chrome/browser/extensions/warning_badge_service.h"
#include "chrome/browser/profiles/profile.h"
#include "extensions/browser/extensions_browser_client.h"
#include "extensions/browser/warning_service_factory.h"

BrowserContext;

namespace extensions {

// static
WarningBadgeService* WarningBadgeServiceFactory::GetForBrowserContext(
    BrowserContext* context) {}

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

WarningBadgeServiceFactory::WarningBadgeServiceFactory()
    :{}

WarningBadgeServiceFactory::~WarningBadgeServiceFactory() = default;

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

bool WarningBadgeServiceFactory::ServiceIsCreatedWithBrowserContext() const {}

}  // namespace extensions