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

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

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_contents_view.cc ('k') | ash/login/views/lock_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/login/views/lock_screen.h
diff --git a/ash/login/views/lock_screen.h b/ash/login/views/lock_screen.h
deleted file mode 100644
index 41a57058145ec0219697799e926fdd6706c30697..0000000000000000000000000000000000000000
--- a/ash/login/views/lock_screen.h
+++ /dev/null
@@ -1,23 +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.
-
-#ifndef ASH_LOGIN_VIEWS_LOCK_SCREEN_H_
-#define ASH_LOGIN_VIEWS_LOCK_SCREEN_H_
-
-#include "ash/ash_export.h"
-
-namespace views {
-class Widget;
-}
-
-namespace ash {
-
-// Fills the given widget with the lock screen view and displays it.
-//
-// The lock screen communicates with the backend C++ via a mojo API.
-ASH_EXPORT void ShowLockScreenInWidget(views::Widget* widget);
-
-} // namespace ash
-
-#endif // ASH_LOGIN_VIEWS_LOCK_SCREEN_H_
« no previous file with comments | « ash/login/views/lock_contents_view.cc ('k') | ash/login/views/lock_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698