Chromium change:
https://source.chromium.org/chromium/chromium/src/+/7ff606db0b865f1b09886ff5ae61ffbc4b54385c
commit 7ff606db0b865f1b09886ff5ae61ffbc4b54385c
Author: Michael Tatarski <mtatarski@google.com>
Date: Tue Apr 14 04:43:13 2026 -0700
[STTS] Add commit confirmation callback to Send Tab To Self
This CL introduces the infrastructure to support commit confirmation
notifications when a tab is sent to another device. Currently, the UI
provides feedback either immediately after the send action is initiated
(Android) or none at all (iOS, Desktop).
This change updates the Send Tab To Self model and bridge to accept a
confirmation callback. The bridge executes the callback with success
immediately after the entry is successfully queued in the local sync
pipeline, and invokes it with failure if it cannot be queued (e.g. if
the URL is invalid or sync is not tracking metadata). This allows the UI
to reliably react to the operation's initial result.
Bug: 492072882