tree: 61a9b8f6e30a705eb0cfa409dd7775204f7feb32 [path history] [tgz]
  1. public/
  2. BUILD.gn
  3. DEPS
  4. DIR_METADATA
  5. media_item_manager_impl.cc
  6. media_item_manager_impl.h
  7. media_item_manager_impl_unittest.cc
  8. media_view_utils.cc
  9. media_view_utils.h
  10. media_view_utils_unittest.cc
  11. OWNERS
  12. README.md
components/global_media_controls/README.md

Global Media Controls

The Global Media Controls use information from the Media Session service as well as other sources (e.g. Cast sessions) to provide a set of controls for all currently active media items, so it is layered on top of the Media Session service instead of being a part of it. This component provides UI to its users in the form of Views components.

This component is or will be used by both //chrome and //ash, so it cannot directly depend on either or on //content (since //ash cannot depend on //content).