chromium/chrome/browser/ui/extensions/web_file_handlers/multiclient_util.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/ui/extensions/web_file_handlers/multiclient_util.h"

#include "chrome/browser/apps/app_service/app_launch_params.h"
#include "content/public/browser/web_contents.h"

namespace extensions {

std::vector<apps::AppLaunchParams>
GetLaunchParamsIfLaunchTypeEqualsMultipleClients(
    const WebFileHandler& handler,
    const apps::AppLaunchParams& params,
    Profile* profile,
    const Extension& extension) {}

std::vector<apps::AppLaunchParams> CheckForMultiClientLaunchSupport(
    const Extension* extension,
    Profile* profile,
    const WebFileHandlersInfo& handlers,
    const apps::AppLaunchParams& params) {}

}  // namespace extensions