tree: 40832cdba09ec5329005acf53c7e6fbbb8d1e1ba [path history] [tgz]
  1. app_launch_info.cc
  2. app_launch_info.h
  3. app_restore_arc_info.cc
  4. app_restore_arc_info.h
  5. app_restore_data.cc
  6. app_restore_data.h
  7. app_restore_utils.cc
  8. app_restore_utils.h
  9. arc_read_handler.cc
  10. arc_read_handler.h
  11. arc_save_handler.cc
  12. arc_save_handler.h
  13. BUILD.gn
  14. DEPS
  15. desk_template_read_handler.cc
  16. desk_template_read_handler.h
  17. features.cc
  18. features.h
  19. full_restore_file_handler.cc
  20. full_restore_file_handler.h
  21. full_restore_info.cc
  22. full_restore_info.h
  23. full_restore_info_unittest.cc
  24. full_restore_read_and_save_unittest.cc
  25. full_restore_read_handler.cc
  26. full_restore_read_handler.h
  27. full_restore_save_handler.cc
  28. full_restore_save_handler.h
  29. full_restore_utils.cc
  30. full_restore_utils.h
  31. lacros_read_handler.cc
  32. lacros_read_handler.h
  33. lacros_save_handler.cc
  34. lacros_save_handler.h
  35. OWNERS
  36. README.md
  37. restore_data.cc
  38. restore_data.h
  39. restore_data_unittest.cc
  40. window_info.cc
  41. window_info.h
  42. window_properties.cc
  43. window_properties.h
components/app_restore/README.md

The app_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.