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

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

Issue 167663004: chromeos: Remove old LockScreen signal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bleh Created 6 years, 9 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: 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();
« no previous file with comments | « chrome/browser/chromeos/dbus/screen_lock_service_provider.cc ('k') | chrome/browser/chromeos/login/screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698