blob: 498c306a16cf23ab9eb284606760b9b78df44874 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_CROSAPI_HOSTED_APP_UTIL_H_
#define CHROME_BROWSER_ASH_CROSAPI_HOSTED_APP_UTIL_H_
namespace crosapi {
// Returns true if hosted apps are enabled in Lacros.
bool IsStandaloneBrowserHostedAppsEnabled();
} // namespace crosapi
#endif // CHROME_BROWSER_ASH_CROSAPI_HOSTED_APP_UTIL_H_