Add the ability to load multiple apps into app_shell.
* To load the apps you can specify a comma-separated list in the command-line. For example: 'app_shell --app-shell-app-path=path/to/app1/,path/to/app2' * For now there's no API to control the focus of the apps, so the only way to switch apps is to either close the app_window (which will switch focus to the next app in the hierarchy) or using the aura::Window API directly and calling Focus() on the windows. BUG=422618 Review URL: https://codereview.chromium.org/642383003 Cr-Commit-Position: refs/heads/master@{#301135}
Showing
Please register or sign in to comment