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

Unified Diff: chrome/browser/chromeos/login/lock/screen_locker.h

Issue 2830933002: cros: Use SessionController for lock starting code (Closed)
Patch Set: fix nit 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
« no previous file with comments | « ash/wm/lock_state_controller.cc ('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: chrome/browser/chromeos/login/lock/screen_locker.h
diff --git a/chrome/browser/chromeos/login/lock/screen_locker.h b/chrome/browser/chromeos/login/lock/screen_locker.h
index 07f65bb99bebfc0f465796f9d8d9d493c1595022..e15ecd6464c44cf7b4568435a9fc875b5e8a486a 100644
--- a/chrome/browser/chromeos/login/lock/screen_locker.h
+++ b/chrome/browser/chromeos/login/lock/screen_locker.h
@@ -145,6 +145,11 @@ class ScreenLocker : public AuthStatusConsumer {
// Looks up user in unlock user list.
const user_manager::User* FindUnlockUser(const AccountId& account_id);
+ // Callback to be invoked for ash start lock request. |locked| is true when
+ // ash is fully locked and post lock animation finishes. Otherwise, the start
+ // lock request is failed.
+ void OnStartLockCallback(bool locked);
+
// WebUIScreenLocker instance in use.
std::unique_ptr<WebUIScreenLocker> web_ui_;
« no previous file with comments | « ash/wm/lock_state_controller.cc ('k') | chrome/browser/chromeos/login/lock/screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698