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

Unified Diff: ash/login/ui/lock_screen.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
« no previous file with comments | « ash/login/ui/lock_contents_view.h ('k') | ash/login/ui/lock_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/login/ui/lock_screen.h
diff --git a/ash/login/ui/lock_screen.h b/ash/login/ui/lock_screen.h
index 6abe6eb63f44781ad2373de4156e76bf716c471c..fcccca615ae29945b5f6c25c0a8ecbde3d25fc2a 100644
--- a/ash/login/ui/lock_screen.h
+++ b/ash/login/ui/lock_screen.h
@@ -7,16 +7,13 @@
#include "ash/ash_export.h"
-namespace views {
-class Widget;
-}
-
namespace ash {
-// Fills the given widget with the lock screen view and displays it.
+// Creates and displays the lock screen. Returns true if the lock screen was
+// displayed.
//
// The lock screen communicates with the backend C++ via a mojo API.
-ASH_EXPORT void ShowLockScreenInWidget(views::Widget* widget);
+ASH_EXPORT bool ShowLockScreen();
} // namespace ash
« no previous file with comments | « ash/login/ui/lock_contents_view.h ('k') | ash/login/ui/lock_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698