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

Unified Diff: window_manager.h

Issue 6011011: wm: Fade screen on signout. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/window_manager.git@master
Patch Set: apply review feedback Created 10 years 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 | « screen_locker_handler_test.cc ('k') | window_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: window_manager.h
diff --git a/window_manager.h b/window_manager.h
index ed46b7d6ce1a4887192c207f383754cb8c6c4b73..a39cae105149d9ef98d4a06e19582873a56a969b 100644
--- a/window_manager.h
+++ b/window_manager.h
@@ -60,7 +60,7 @@ class WindowManager : public PanelManagerAreaChangeListener,
// See Compositor::SetActiveVisibilityGroups().
enum VisibilityGroups {
VISIBILITY_GROUP_SCREEN_LOCKER = 1,
- VISIBILITY_GROUP_SHUTDOWN = 2,
+ VISIBILITY_GROUP_SESSION_ENDING = 2,
};
WindowManager(EventLoop* event_loop,
@@ -294,8 +294,8 @@ class WindowManager : public PanelManagerAreaChangeListener,
return (xid == stage_xid_ || xid == overlay_xid_ || xid == wm_xid_);
}
- // Are we in the process of shutting down?
- bool IsShuttingDown() const;
+ // Are we in the process of shutting down or signing out?
+ bool IsSessionEnding() const;
// Get a manager selection as described in ICCCM section 2.8. 'atom' is
// the selection to take, 'manager_win' is the window acquiring the
« no previous file with comments | « screen_locker_handler_test.cc ('k') | window_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698