Fix chrome not launching through quick_launch
Previously, chrome only handled launching with launch mode MAKE_NEW. Now it can also be launched with launch mode REUSE (which is the mode quick_launch uses by default) and launch mode DEFAULT (which is interpreted as REUSE). Typing chrome into quick_launch restores focus only to the original chrome window; it doesn't restore focus to chrome windows launched through quick_launch for some reason. BUG=727837 Review-Url: https://codereview.chromium.org/2920473003 Cr-Commit-Position: refs/heads/master@{#476482}
Showing
Please register or sign in to comment