Sammie Quon | 8c380e3 | 2021-09-16 18:19:14 | [diff] [blame] | 1 | The app_restore component contains code necessary for collecting app launching |
Nancy Wang | d6de205 | 2020-12-03 00:04:32 | [diff] [blame] | 2 | information, app window information, and writing to the data storage. It |
| 3 | provides: |
| 4 | |
Sammie Quon | 9e03976 | 2024-01-18 02:23:35 | [diff] [blame] | 5 | * The interfaces for chrome/browser/ash/app_restore to read the storage |
Nancy Wang | d6de205 | 2020-12-03 00:04:32 | [diff] [blame] | 6 | to get app launching information. |
| 7 | * The interfaces for the Window Management component (ash/wm) to collect and |
| 8 | save the app windows information. |
| 9 | * The interfaces for AppService (chrome/browser/apps/app_service) to save the |
| 10 | app launching information. |
| 11 | * The interfaces for components/exo to set the window restoration properties. |