| Index: chrome/browser/chromeos/login/screen_locker.h
|
| diff --git a/chrome/browser/chromeos/login/screen_locker.h b/chrome/browser/chromeos/login/screen_locker.h
|
| index 34a09de6bbe2e3a4d00efb8aefc165725654a4e2..9a1c9f354885f48249523796dcf673c7f8b73861 100644
|
| --- a/chrome/browser/chromeos/login/screen_locker.h
|
| +++ b/chrome/browser/chromeos/login/screen_locker.h
|
| @@ -122,10 +122,11 @@ class ScreenLocker : public LoginStatusConsumer {
|
| // there isn't one.
|
| content::WebUI* GetAssociatedWebUI();
|
|
|
| - // Initialize ScreenLocker class. It will listen to
|
| - // LOGIN_USER_CHANGED notification so that the screen locker accepts
|
| - // lock event only after a user is logged in.
|
| + // Initialize or uninitialize the ScreenLocker class. It listens to
|
| + // NOTIFICATION_SESSION_STARTED so that the screen locker accepts lock
|
| + // requests only after a user has logged in.
|
| static void InitClass();
|
| + static void ShutDownClass();
|
|
|
| // Handles a request from the session manager to lock the screen.
|
| static void HandleLockScreenRequest();
|
|
|