tree: aa354c5756c5746df8b57ccaa263ebb303726791 [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. full_restore_file_handler.cc
  12. full_restore_file_handler.h
  13. full_restore_info.cc
  14. full_restore_info.h
  15. full_restore_info_unittest.cc
  16. full_restore_read_and_save_unittest.cc
  17. full_restore_read_handler.cc
  18. full_restore_read_handler.h
  19. full_restore_save_handler.cc
  20. full_restore_save_handler.h
  21. full_restore_utils.cc
  22. full_restore_utils.h
  23. OWNERS
  24. README.md
  25. restore_data.cc
  26. restore_data.h
  27. restore_data_unittest.cc
  28. window_info.cc
  29. 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/chromeos/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.