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

Unified Diff: ash/login/views/lock_screen.cc

Issue 2873433005: cros: Move ash/login/views to ash/login/ui (Closed)
Patch Set: 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/views/lock_screen.h ('k') | chrome/browser/chromeos/login/lock/screen_locker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/login/views/lock_screen.cc
diff --git a/ash/login/views/lock_screen.cc b/ash/login/views/lock_screen.cc
deleted file mode 100644
index 44bd17d34359841a22db225133cef2880abddc8b..0000000000000000000000000000000000000000
--- a/ash/login/views/lock_screen.cc
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2017 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/views/lock_screen.h"
-
-#include "ash/login/views/lock_contents_view.h"
-#include "ui/views/widget/widget.h"
-
-namespace ash {
-
-void ShowLockScreenInWidget(views::Widget* widget) {
- views::View* contents = new LockContentsView();
- widget->SetContentsView(contents);
- widget->Show();
-}
-
-} // namespace ash
« no previous file with comments | « ash/login/views/lock_screen.h ('k') | chrome/browser/chromeos/login/lock/screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698