blob: 3826f0763a60a3e3d09d8c84e08df788b359bd4c [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/login/login_screen_controller_observer.h"
namespace ash {
LoginScreenControllerObserver::~LoginScreenControllerObserver() = default;
void LoginScreenControllerObserver::OnFocusLeavingLockScreenApps(bool reverse) {
}
void LoginScreenControllerObserver::OnOobeDialogStateChanged(
mojom::OobeDialogState state) {}
} // namespace ash