New arg bringToFront Chromium change: https://source.chromium.org/chromium/chromium/src/+/15b60a7f51080d75b18d37f6bbf83a7a39151c15 commit 15b60a7f51080d75b18d37f6bbf83a7a39151c15 Author: Lijin Shen <lazzzis@google.com> Date: Fri Mar 27 14:06:30 2026 -0700 tabs.move on Android: allow moving tabs in the background Fixes a behavior discrepancy between Android and Desktop when moving tabs between windows via the extension API (e.g., chrome.tabs.move). Currently on Android, the destination window is always brought to the front Added a bringToFront boolean parameter to conditionally controls the call to ApiCompatibilityUtils.moveTaskToFront(). This defaults to true such that this CL won't bring any behavior change. This sets false in TabModelSelectorImpl.java such that tab.move won't activate the destination window. Bug: 495516043 Change-Id: I60e7b42794c240023669afcf3cd15f8031c16ded Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7685707 Reviewed-by: Linyu He <linyuh@google.com> Reviewed-by: Aishwarya Rajesh <aishwaryarj@google.com> Commit-Queue: Lijin Shen <lazzzis@google.com> Reviewed-by: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1606471}