chromium/chrome/browser/web_applications/locks/with_app_resources.cc

// Copyright 2023 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/web_applications/locks/with_app_resources.h"

#include "chrome/browser/web_applications/locks/web_app_lock_manager.h"
#include "chrome/browser/web_applications/web_app_provider.h"

namespace web_app {

WithAppResources::~WithAppResources() = default;

ExtensionsManager& WithAppResources::extensions_manager() {}
IsolatedWebAppInstallationManager&
WithAppResources::isolated_web_app_installation_manager() {}
WebAppRegistrar& WithAppResources::registrar() {}
WebAppSyncBridge& WithAppResources::sync_bridge() {}
WebAppInstallFinalizer& WithAppResources::install_finalizer() {}
OsIntegrationManager& WithAppResources::os_integration_manager() {}
WebAppInstallManager& WithAppResources::install_manager() {}
WebAppIconManager& WithAppResources::icon_manager() {}
WebAppTranslationManager& WithAppResources::translation_manager() {}
WebAppUiManager& WithAppResources::ui_manager() {}
WebAppOriginAssociationManager& WithAppResources::origin_association_manager() {}
WithAppResources::WithAppResources(
    base::WeakPtr<WebAppLockManager> lock_manager)
    :{}

}  // namespace web_app