kiosk: Skip LOGGED_IN_NOT_ACTIVE during app launch
Ash is changed that LOGGED_IN_NOT_ACTIVE is treated as a non user blocking state so that browser windows during user sign-in are can be activated before login screen is dismissed. However a side effect of that is modal dialog under this state will be placed in SystemModalContainer instead of LockSystemModalContainer and causing the issue. The CL skips LOGGED_IN_NOT_ACTIVE during app launch so that dialogs created during the app launch are placed to the correct container. BUG=727951 Review-Url: https://codereview.chromium.org/2915943002 Cr-Commit-Position: refs/heads/master@{#476327}
Showing
Please register or sign in to comment