commit | 9d3e646a9cc0ef50320b5c30847886a3e0171adc | [log] [tgz] |
---|---|---|
author | ginkage <[email protected]> | Thu Feb 26 12:18:05 2015 |
committer | Commit bot <[email protected]> | Thu Feb 26 12:18:53 2015 |
tree | cc6fee5c9821675b50f4fbc641709c3f550f5a46 | |
parent | 758b7e1c79f230ed7488884728516448aec294cf [diff] |
Always load signin profile on Chrome OS startup. Starting a Chrome OS session (e.g. on Linux build) using "--login-profile=" and then pressing Ctrl+Shift+L triggers some nasty behavior, as the sign-in profile was not loaded yet (which is not the case during normal boot-up, as this profile is usually the first thing that loads). This patch aims to force its loading for such cases. This affects not only stub login, but also any session that was restored. Current patch reiterates CL from https://codereview.chromium.org/240333011/ BUG=346763 Review URL: https://codereview.chromium.org/933503004 Cr-Commit-Position: refs/heads/master@{#318220}