
This was generated by replacing " NOTREACHED()" with " NOTREACHED_IN_MIGRATION()" and running git cl format. This prepares for making NOTREACHED() [[noreturn]] alongside NotReachedIsFatal migration of existing inventory. Bug: 40580068 Change-Id: I0f6ebcd3454061a07e799e7ff3a5b0efb2b5b96d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5539186 Auto-Submit: Peter Boström <pbos@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Owners-Override: Lei Zhang <thestig@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1300920}
//ash/bubble
Bubbles are widgets with rounded corners. They appear over the main workspace content. Most bubbles are dismissed when the user clicks outside their bounds, similar to a menu.
Example bubbles:
- System tray (quick settings)
- Phone hub
- Bubble app list
This directory contains shared code for bubbles. Individual bubbles should be
implemented in other directories, like //ash/app_list
, //ash/system
, etc.