|
Modal window in user session not blocks user adding screen.
Added IsUserSessionBlocked method indicating whether user session blocked by
some overlying UI (it can be lock/login/user adding UI).
Replaced IsScreenLocked() [|| IsActiveUserSessionStarted()] with
IsUserSessionBlocked() in several places in order to keep focus and user input
in locked container.
BUG=none
TEST=ash_unittests
R=sky
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213524
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+214 lines, -92 lines) |
Patch |
 |
M |
ash/root_window_controller.cc
|
View
|
|
1 chunk |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ash/root_window_controller_unittest.cc
|
View
|
|
2 chunks |
+59 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ash/session_state_delegate.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/session_state_delegate_stub.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/session_state_delegate_stub.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/test/ash_test_base.h
|
View
|
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/test/ash_test_base.cc
|
View
|
1
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/test/test_session_state_delegate.h
|
View
|
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/test/test_session_state_delegate.cc
|
View
|
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/event_client_impl.cc
|
View
|
|
1 chunk |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
ash/wm/stacking_controller.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ash/wm/system_modal_container_layout_manager.cc
|
View
|
|
3 chunks |
+2 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ash/wm/system_modal_container_layout_manager_unittest.cc
|
View
|
|
2 chunks |
+60 lines, -55 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/session_state_delegate_chromeos.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/session_state_delegate_chromeos.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/session_state_delegate_views.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/session_state_delegate_views.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|