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

Unified Diff: ash/login/ui/simple_lock_screen_test.cc

Issue 2869993002: cros: Basic test infrastructure for views-based lock screen.
Patch Set: Initial upload 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_screen_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/login/ui/simple_lock_screen_test.cc
diff --git a/ash/login/ui/simple_lock_screen_test.cc b/ash/login/ui/simple_lock_screen_test.cc
new file mode 100644
index 0000000000000000000000000000000000000000..648df9c6e1d0f0324341742745b469eb12405e2b
--- /dev/null
+++ b/ash/login/ui/simple_lock_screen_test.cc
@@ -0,0 +1,16 @@
+// 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/ui/lock_contents_view.h"
+#include "ash/login/ui/lock_screen.h"
+#include "ash/login/ui/lock_screen_test.h"
+
+namespace ash {
+
+TEST_F(LockScreenTest, Show) {
+ widget_->SetContentsView(new LockContentsView());
+ widget_->Show();
+}
+
+} // namespace ash
« no previous file with comments | « ash/login/ui/lock_screen_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698