|
Rename SessionStateController -> LockStateController.
Now that we have SessionStateDelegate which covers more aspects of the session than just lock/unlock/shut down animations makes sense to rename lock animation related classes.
SessionStateController -> LockStateController
SessionStateControllerImpl2 > LockStateControllerImpl2
SessionStateObserver > LockStateObserver
SessionStateObserver will be used as observer for SessionStateDelegate for things like active user changed etc.
NOT renaming SessionStateControllerImpl since it is a legacy implementation and will removed soon.
BUG= 180903
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203193
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+305 lines, -2510 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/lock_state_controller.h
|
View
|
1
2
|
4 chunks |
+22 lines, -22 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/lock_state_controller.cc
|
View
|
1
2
|
2 chunks |
+12 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/lock_state_controller_impl2.h
|
View
|
1
2
|
7 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/lock_state_controller_impl2.cc
|
View
|
1
2
|
25 chunks |
+67 lines, -65 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/lock_state_controller_impl2_unittest.cc
|
View
|
1
2
|
31 chunks |
+60 lines, -61 lines |
0 comments
|
Download
|
 |
A + |
ash/wm/lock_state_observer.h
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ash/wm/power_button_controller.h
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/wm/power_button_controller.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/power_button_controller_unittest.cc
|
View
|
1
|
28 chunks |
+57 lines, -58 lines |
0 comments
|
Download
|
 |
D |
ash/wm/session_state_controller.h
|
View
|
|
1 chunk |
+0 lines, -146 lines |
0 comments
|
Download
|
 |
D |
ash/wm/session_state_controller.cc
|
View
|
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
ash/wm/session_state_controller_impl.h
|
View
|
1
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ash/wm/session_state_controller_impl.cc
|
View
|
1
|
4 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
D |
ash/wm/session_state_controller_impl2.h
|
View
|
|
1 chunk |
+0 lines, -263 lines |
0 comments
|
Download
|
 |
D |
ash/wm/session_state_controller_impl2.cc
|
View
|
|
1 chunk |
+0 lines, -644 lines |
0 comments
|
Download
|
 |
D |
ash/wm/session_state_controller_impl2_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1071 lines |
0 comments
|
Download
|
 |
D |
ash/wm/session_state_observer.h
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
M |
ash/wm/toplevel_window_event_handler_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/screen_locker.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/webui_screen_locker.h
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/webui_screen_locker.cc
|
View
|
1
|
4 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/power/power_button_observer.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/power/session_state_controller_delegate_chromeos.h
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/system/ash_system_tray_delegate.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|