From https://uberchromegw.corp.google.com/i/chromeos.chrome/builders/Linux%20ChromeOS%20Buildspec%20Tests/builds/639
When running browser_tests there is an error in ExistingUserControllerPublicSessionTest.AutoLoginNoDelay
[23369:23369:0428/154449:FATAL:user_session_manager.cc(1208)] Check failed: host.
Looking at the source code for the user_session_manager.cc file, I see:
1206: void UserSessionManager::ActivateWizard(const std::string& screen_name) {
1207: LoginDisplayHost* host = LoginDisplayHost::default_host();
1208: CHECK(host);
I'll sync down that version of Chrome and try to repro the failure on my Chromebook.
Comment 1 by lpique@chromium.org
, Apr 30 2016