Update background_mode_manager.cc

This commit is contained in:
Alexander David Frick 2022-07-15 18:46:31 -05:00 committed by GitHub
parent f9ad1ed74f
commit 72f0332775
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -441,7 +441,7 @@ void BackgroundModeManager::LaunchBackgroundApplication(
->BrowserAppLauncher()
->LaunchAppWithParams(CreateAppLaunchParamsUserContainer(
profile, extension, WindowOpenDisposition::NEW_FOREGROUND_TAB,
apps::mojom::LaunchSource::kFromBackgroundMode));
apps::LaunchSource::kFromBackgroundMode));
#else
// background mode is not used in Chrome OS platform.
// TODO(crbug.com/1291803): Remove the background mode manager from Chrome OS