Introduce Queue-Based Notification Snackbars
Notification snackbars are low-priority snackbars that are stored in a
queue, contrary to tranditional "action" snackbars that ought to be
shown immediately and are stored in a stack.
When a queue snackbar is showing, a stack snackbar can always kick in
and override the snackbar; however when a stack snackbar is showing, a
queue snackbar will wait till the stack is cleared.
Queue snackbars are not dismissed in batch; instead, they will be shown
one by one, in FIFO order.
BUG=
579347
Committed:
https://crrev.com/d117eb1c195ee27a75c12bde155438a13955ec0c
Cr-Commit-Position: refs/heads/master@{#371899}