chromium/chrome/browser/apps/platform_apps/app_load_service_factory.cc

// Copyright 2013 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/apps/platform_apps/app_load_service_factory.h"

#include "chrome/browser/apps/platform_apps/app_load_service.h"
#include "content/public/browser/browser_context.h"
#include "extensions/browser/app_window/app_window_registry.h"
#include "extensions/browser/extension_host_registry.h"
#include "extensions/browser/extension_prefs_factory.h"
#include "extensions/browser/extension_registry_factory.h"
#include "extensions/browser/extension_system_provider.h"
#include "extensions/browser/extensions_browser_client.h"

namespace apps {

// static
AppLoadService* AppLoadServiceFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

AppLoadServiceFactory* AppLoadServiceFactory::GetInstance() {}

AppLoadServiceFactory::AppLoadServiceFactory()
    :{}

AppLoadServiceFactory::~AppLoadServiceFactory() = default;

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

bool AppLoadServiceFactory::ServiceIsCreatedWithBrowserContext() const {}

}  // namespace apps