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

Unified Diff: ash/test/ash_test_base.cc

Issue 2801333002: mash: Run pre-unlock animation via SessionController (Closed)
Patch Set: fix compile Created 3 years, 8 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: ash/test/ash_test_base.cc
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
index edeefcd5e57765ca7ed22f552fb88c7f15c38fed..08ada3bc95715983ad3ba7b2675b58c8d77e3cc7 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -340,7 +340,6 @@ void AshTestBase::BlockUserSession(UserSessionBlockReason block_reason) {
case BLOCKED_BY_LOCK_SCREEN:
SetSessionStarted(true);
Shell::Get()->session_controller()->LockScreenAndFlushForTest();
- Shell::Get()->OnLockStateChanged(true);
break;
case BLOCKED_BY_LOGIN_SCREEN:
SetSessionStarted(false);

Powered by Google App Engine
This is Rietveld 408576698