| Index: chrome/browser/chromeos/login/ui/lock_window.h
|
| diff --git a/chrome/browser/chromeos/login/ui/lock_window.h b/chrome/browser/chromeos/login/ui/lock_window.h
|
| deleted file mode 100644
|
| index 9cc43560ea5763737a4c7a9d2b109712e6b34e98..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/chromeos/login/ui/lock_window.h
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -// Copyright 2014 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.
|
| -
|
| -#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_UI_LOCK_WINDOW_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_UI_LOCK_WINDOW_H_
|
| -
|
| -#include "base/macros.h"
|
| -#include "ui/views/widget/widget.h"
|
| -#include "ui/views/widget/widget_delegate.h"
|
| -
|
| -namespace views {
|
| -class View;
|
| -class Widget;
|
| -}
|
| -
|
| -namespace chromeos {
|
| -
|
| -// Shows the widget for the lock screen.
|
| -class LockWindow : public views::Widget, public views::WidgetDelegate {
|
| - public:
|
| - LockWindow();
|
| - ~LockWindow() override;
|
| -
|
| - private:
|
| - // views::WidgetDelegate:
|
| - views::View* GetInitiallyFocusedView() override;
|
| - views::Widget* GetWidget() override;
|
| - const views::Widget* GetWidget() const override;
|
| -
|
| - DISALLOW_COPY_AND_ASSIGN(LockWindow);
|
| -};
|
| -
|
| -} // namespace chromeos
|
| -
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_UI_LOCK_WINDOW_H_
|
|
|