| // 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_ |