Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Issue 2920473003: Fix chrome not launching through quick_launch (Closed)

Created:
3 years, 6 months ago by alexanderdai
Modified:
3 years, 6 months ago
Reviewers:
sadrul
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

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} Committed: https://chromium.googlesource.com/chromium/src/+/8ea647a2d24bd0cff32ac9c57cd4edba69eff66e

Patch Set 1 #

Total comments: 2

Patch Set 2 : check not MAKE_NEW instead of REUSE or DEFAULT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -6 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 2 chunks +18 lines, -6 lines 0 comments Download

Messages

Total messages: 15 (11 generated)
sadrul
lgtm https://codereview.chromium.org/2920473003/diff/1/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/2920473003/diff/1/chrome/browser/chrome_content_browser_client.cc#newcode557 chrome/browser/chrome_content_browser_client.cc:557: how == mash::mojom::LaunchMode::DEFAULT; Instead of checking REUSE or ...
3 years, 6 months ago (2017-06-01 19:32:38 UTC) #4
alexanderdai
https://codereview.chromium.org/2920473003/diff/1/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): https://codereview.chromium.org/2920473003/diff/1/chrome/browser/chrome_content_browser_client.cc#newcode557 chrome/browser/chrome_content_browser_client.cc:557: how == mash::mojom::LaunchMode::DEFAULT; On 2017/06/01 19:32:38, sadrul wrote: > ...
3 years, 6 months ago (2017-06-01 21:11:33 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2920473003/20001
3 years, 6 months ago (2017-06-01 23:25:44 UTC) #12
commit-bot: I haz the power
3 years, 6 months ago (2017-06-01 23:31:10 UTC) #15
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/8ea647a2d24bd0cff32ac9c57cd4...

Powered by Google App Engine
This is Rietveld 408576698