Thank you Daniel for the swift reply!What I wanted to know is if the Chrome browser restarts completely clean after being killed by ui script every time an user logs out of their account, or if there are any temporary resources that are reused from the previous session, for example in order to make the browser restart faster or next login quicker etc., which would only disappear after proper hardware restart.My concern is that in the case of the latter, if anything went wrong during the user session (e.g. some chronos user processes get corrupted) and some resources were to be reused after logout, then the next user or guest session might also be impacted. Such scenario would be technically impossible if Chrome started clean every time, thus my question. I took a look at /run directory that you pointed to and it seems that Chrome does not create any per-boot files except for the wayland-0 socket, so am I correct to think that this is a non-existing problem and I am just being paranoid?
Thanks!On 27 July 2017 at 06:47, Daniel Erat <de...@chromium.org> wrote:Your understanding is correct: Chrome's browser process (and all other Chrome processes) are killed when the ui job restarts. Encrypted home directories are unmounted, so no state persists through there. Most (all?) other per-boot files are stored under /run.If that doesn't answer your question, please be more specific about what your concerns are and/or what you're trying to do.
--
--
Chromium OS Developers mailing list: chromiu...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en