1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/chromeos/login/screens/error_screen_actor.h"
9 ErrorScreenActor::ErrorScreenActor()
10 : ui_state_(NetworkError::UI_STATE_UNKNOWN
),
11 error_state_(NetworkError::ERROR_STATE_UNKNOWN
),
12 guest_signin_allowed_(false),
13 offline_login_allowed_(false),
14 show_connecting_indicator_(false),
15 parent_screen_(OobeUI::SCREEN_UNKNOWN
) {
18 ErrorScreenActor::~ErrorScreenActor() {}
20 } // namespace chromeos