New issue
Advanced search Search tips

Issue 832857 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Improve ChromeOS user session command-line switch handling

Project Member Reported by pmarko@chromium.org, Apr 13 2018

Issue description

As a response for bug 831460, caching of command-line switches has been introduced in CL:1010343, with different command-line switch types.

The following TODOs are remaining:
- Split the kPolicyAndFlagsAndKioskControl type to kPolicy, kFlags, kKioskControl. This should remove the need to call MaybeAppendPolicySwitches in webui flags handling.
- Consider: Do the sentinel handling for kPolicy/kFlags in user_session_manager.cc. If chrome is started with --login-user, pre-fill the flags from the command-line. This could avoid having to re-parse flags in some points.
- SetSwitchesForUser should CHECK that the passed AccountId is the primary user.
 
Triage nag: This Chrome OS bug has an owner but no component. Please add a component so that this can be tracked by the relevant team.
<UI triage> Bug owners, please add the appropriate component to your bug. Thanks!
Components: UI>Shell>StartScreen Enterprise
Labels: Hotlist-auth-cleanup

Sign in to add a comment