Files
AlexeyBarabash 57c3071714 [cr148][Android] SnackbarView/SnackbarManager ctor changed
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/36279bf7b4c5515fa7a64d8f462faed9f5da4e7b

commit 36279bf7b4c5515fa7a64d8f462faed9f5da4e7b
Author: Calder Kitagawa <ckitagawa@chromium.org>
Date:   Fri Mar 27 14:07:42 2026 -0700

    [Snackbar] Drive snackbar bottom margin externally

    This should have no behavioral changes!

    Goals
    - Decoupling of E2E from Snackbar.
    - Allow bottom margin to be driven by the owning component to take into
      account other UI elements without coupling to Snackbar code e.g.
      (bottomsheets, etc.)
    - In future allow pushParentViewToOverrideStack to customize the bottom
      margin appropriately for a different container context.

    Bug: 491514883
    Change-Id: I8c71f3122ad809e6459892a4b216ce4f8a0a8a19
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7689191
    Reviewed-by: Charles Hager <clhager@google.com>
    Reviewed-by: Aishwarya Rajesh <aishwaryarj@google.com>
    Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1606473}
2026-04-27 12:00:56 +01:00
..