tree: 57d1cdda19fdb834690f8b8c6d2ca3acc868206f [path history] [tgz]
  1. app_launch_info.cc
  2. app_launch_info.h
  3. app_restore_data.cc
  4. app_restore_data.h
  5. arc_read_handler.cc
  6. arc_read_handler.h
  7. arc_save_handler.cc
  8. arc_save_handler.h
  9. BUILD.gn
  10. DEPS
  11. desk_template_read_handler.cc
  12. desk_template_read_handler.h
  13. features.cc
  14. features.h
  15. full_restore_file_handler.cc
  16. full_restore_file_handler.h
  17. full_restore_info.cc
  18. full_restore_info.h
  19. full_restore_info_unittest.cc
  20. full_restore_read_and_save_unittest.cc
  21. full_restore_read_handler.cc
  22. full_restore_read_handler.h
  23. full_restore_save_handler.cc
  24. full_restore_save_handler.h
  25. full_restore_utils.cc
  26. full_restore_utils.h
  27. OWNERS
  28. README.md
  29. restore_data.cc
  30. restore_data.h
  31. restore_data_unittest.cc
  32. window_info.cc
  33. window_info.h
components/full_restore/README.md

The full_restore component contains code necessary for collecting app launching information, app window information, and writing to the data storage. It provides:

  • The interfaces for chrome/browser/ash/full_restore to read the storage to get app launching information.
  • The interfaces for the Window Management component (ash/wm) to collect and save the app windows information.
  • The interfaces for AppService (chrome/browser/apps/app_service) to save the app launching information.
  • The interfaces for components/exo to set the window restoration properties.