New issue
Advanced search Search tips

Issue 741145 link

Starred by 3 users

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug

Blocked on:
issue 719015



Sign in to add a comment

Revisit lock_screen_apps::StateController::Shutdown when lock screen moves to views implementation

Project Member Reported by tbarzic@chromium.org, Jul 11 2017

Issue description

To fix a shutdown crash in which signin_screen_handler was removing itself from observing lock_screen_apps::StateController (issue 739596), https://chromium-review.googlesource.com/c/560648 is adding a two step destruction to lock_screen_apps::StateController (Shutdown method that is called before profiles shutdown; the StateController object is destruction is delayed until ChromeBrowserMainChromeOS goes out of scope).

When SigninScreenHandler usage in lock screen goes away, this approach should be revisited - it might be possible to remove Shutdown method, and replace it with lock_screen_apps::StateController instance destruction.
 
Cc: tbarzic@chromium.org
Labels: Hotlist-auth-cleanup
Owner: ----
Status: Available (was: Assigned)
<triage> Moving to P3 and marking available due to lack of target milestone and activity, please update if this is a priority. </triage>

Sign in to add a comment