Commit Graph
9 Commits
Author SHA1 Message Date
mkarolin 673155d0f8 Conflict-resolved patches from Chromium 87.0.4270.0 to Chromium 87.0.4278.0. 2020-10-28 14:03:58 -04:00
mkarolin 329aff0675 Updated patches from Chromium 87.0.4263.3 to Chromium 87.0.4270.0. 2020-10-28 14:00:05 -04:00
Mario Sanchez Prada d2faa51130 Updated patches from Chromium 87.0.4259.3 to Chromium 87.0.4263.3.
This CL touches only those patches which updated cleanly, conflicts
resolution to be handled in a follow-up patch.
2020-10-28 14:00:05 -04:00
Mario Sanchez Prada cce5fccd4c Updated patches from Chromium 87.0.4250.0 to Chromium 87.0.4259.3 2020-10-28 13:59:42 -04:00
Mario Sanchez Prada d65fe20581 Update patches from Chromium 86.0.4240.111 to Chromium 87.0.4250.0. 2020-10-28 13:59:07 -04:00
mkarolin 3d7a8e7007 Updated patches from Chromium 86.0.4240.22 to Chromium 86.0.4240.30. 2020-09-11 14:49:16 -04:00
mkarolin 6becbbf7af Update patches from Chromium 86.0.4205.3 to Chromium 86.0.4214.2. 2020-09-11 14:45:30 -04:00
mkarolin 7b922b1626 [Android] Removed one patch for AndroidSyncSettings.
The patch is no longer needed as the Chromium change no longer creates a
new instalnce of AndroidSyncSettings in the testing c'tor (instead it
needs to be passed in).

Chromium change:

https://source.chromium.org/chromium/chromium/src/+/7839b373c49781e224901e13b1c752c62053fe01

commit 7839b373c49781e224901e13b1c752c62053fe01
Author: Boris Sazonov <bsazonov@chromium.org>
Date:   Fri Jul 10 09:16:51 2020 +0000

    [Signin][Android] Ensure AndroidSyncSettings is created on the UI thread

    Ensure AndroidSyncSettings.get() is only invoked on the UI thread. This
    is necessary for migration to IdentityManager, as it can only be used
    from the UI thread.

    Bug: 1093998
2020-09-11 14:45:30 -04:00
mkarolin 86a3b38531 [Android] AndroidSyncSettings moved to org.chromium.chrome.browser.sync.
Chromium change:

https://chromium.googlesource.com/chromium/src/+/0ddc774501addfbafeee70ff5f30a276f869d7bb

commit 0ddc774501addfbafeee70ff5f30a276f869d7bb
Author: Boris Sazonov <bsazonov@chromium.org>
Date:   Thu Jun 25 17:15:49 2020 +0000

    [Android] Move AndroidSyncSettings to org.chromium.chrome.browser.sync

    Moves AndroidSyncSettings from org.chromium.components.sync to
    org.chromium.chrome.browser.sync. There are several reasons for this
    move:
    1. AndroidSyncSettings is a singleton that interacts with Android sync
       settings, so it is better suited for browser/sync.
    2. AndroidSyncSettings interacts with ChromeSigninController that is
       going to be removed in favor of IdentityManager.

    Bug: 1093998
2020-08-06 17:31:58 -04:00