tree: 5664f25af93146907e8d7b8fe79683a044976042 [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. OWNERS
  32. README.md
  33. restore_data.cc
  34. restore_data.h
  35. restore_data_unittest.cc
  36. window_info.cc
  37. window_info.h
  38. window_properties.cc
  39. 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.