commit | f48b2e63d7f583b44462a1fa53ce6153fdc42385 | [log][tgz] |
---|---|---|
author | David Pennington <dpenning@chromium.org> | Wed Jan 03 01:16:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 03 01:16:12 2024 |
tree | 81be93ab2bb52da687209551fbb769ca8240b46e | |
parent | 563f8d0d1297e0f5000d265bf0ddcf0cf578af39[diff] |
[TabOrganization][M121] Fix observers for TabSearchSyncHandler.There was no protection for double observation. This fixes that issue.(cherry picked from commit 5f116781c34f786e6a17c0a2a179d869d2cc7e19)Bug: 1510476Change-Id:I5b56740d98802b20f09b4dc49091af552436d196Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/5126402Commit-Queue: David Pennington <dpenning@chromium.org>Reviewed-by: Emily Shack <emshack@chromium.org>Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>Cr-Original-Commit-Position: refs/heads/main@{#1238637}Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/5159767Cr-Commit-Position: refs/branch-heads/6167@{#958}Cr-Branched-From: 222e786949e76e342d325ea0d008b4b6273f3a89-refs/heads/main@{#1233107}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site ishttps://www.chromium.org.
To check out the source code locally, don't usegit clone
! Instead, followthe instructions on how to get the code.
Documentation in the source is rooted indocs/README.md.
Learn how toGet Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it athttps://crbug.com/new.