blob: 80783e17fc0eb792402a5eacdb772d268fc5ee9a [file] [log] [blame] [view]
Sammie Quon8c380e32021-09-16 18:19:141The app_restore component contains code necessary for collecting app launching
Nancy Wangd6de2052020-12-03 00:04:322information, app window information, and writing to the data storage. It
3provides:
4
Sammie Quon9e039762024-01-18 02:23:355* The interfaces for chrome/browser/ash/app_restore to read the storage
Nancy Wangd6de2052020-12-03 00:04:326to get app launching information.
7* The interfaces for the Window Management component (ash/wm) to collect and
8save the app windows information.
9* The interfaces for AppService (chrome/browser/apps/app_service) to save the
10app launching information.
11* The interfaces for components/exo to set the window restoration properties.