mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update background_mode_manager.cc
This commit is contained in:
parent
f9ad1ed74f
commit
72f0332775
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue