Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: chrome/browser/chromeos/login/ui/lock_window.h

Issue 2867173003: cros: Move LockWindow from chrome to ash (Closed)
Patch Set: Reorder patches so view -> ui lands first Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/chromeos/login/lock/webui_screen_locker.cc ('k') | chrome/browser/chromeos/login/ui/lock_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698