// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/message_center/lock_screen/empty_lock_screen_controller.h" namespace message_center { void EmptyLockScreenController::DismissLockScreenThenExecute( base::OnceClosure pending_callback, base::OnceClosure cancel_callback, int message_id) { … } bool EmptyLockScreenController::IsScreenLocked() const { … } } // namespace message_center