OOBE: Fix profile initialization on supervision screen
SupervisionTransitionScreenHandler::profile_ field was initialized in ::Initialize method. By the time profile_ was used in ::Show, current active profile was already changed, causing screen handler to interact with wrong profile. This CL moves initialization of profile_ field, to ensure that screen handler interacts with actual current active profile. Bug: 1105127 Test: manual gellerization/degellerization flow Change-Id: Ib2563d3fd7d0910e1b11c3a4962905601950a07e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2356424Reviewed-by:Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Taras Antoshchuk <tantoshchuk@google.com> Cr-Commit-Position: refs/heads/master@{#799086}
Showing
Please register or sign in to comment