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

Unified Diff: ash/session/session_controller.h

Issue 2830933002: cros: Use SessionController for lock starting code (Closed)
Patch Set: update comment 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/session/session_controller.h
diff --git a/ash/session/session_controller.h b/ash/session/session_controller.h
index 5500b410eaa2aa120d25f978bbf2d7b27413b0f6..e8633eee2eb0b570ba91803643a581b6b2e40df3 100644
--- a/ash/session/session_controller.h
+++ b/ash/session/session_controller.h
@@ -110,6 +110,7 @@ class ASH_EXPORT SessionController
void UpdateUserSession(mojom::UserSessionPtr user_session) override;
void SetUserSessionOrder(
const std::vector<uint32_t>& user_session_order) override;
+ void RunLockAnimation(const RunLockAnimationCallback& callback) override;
void RunUnlockAnimation(const RunUnlockAnimationCallback& callback) override;
void NotifyChromeTerminating() override;

Powered by Google App Engine
This is Rietveld 408576698