|
Add LogoutConfirmationController to show LogoutConfirmationDialogs
LogoutButtonTray uses and owns LogoutConfirmationDialogView, a dialog that
asks the user to confirm or deny logout. This CL generalizes the dialog
and moves its ownership to a LogoutConfirmationController accessible via
ash::Shell, allowing other classes to show the same dialog.
BUG= 278247
TEST=Updated unit tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=255316
Total comments: 33
Total comments: 2
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+690 lines, -1723 lines) |
Patch |
 |
M |
ash/ash.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
2
3
|
3 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
3
4
|
4 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ash/system/logout_button/logout_button_observer.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -30 lines |
0 comments
|
Download
|
 |
M |
ash/system/logout_button/logout_button_tray.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -85 lines |
0 comments
|
Download
|
 |
M |
ash/system/logout_button/logout_button_tray.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -234 lines |
0 comments
|
Download
|
 |
D |
ash/system/logout_button/logout_button_tray_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -344 lines |
0 comments
|
Download
|
 |
D |
ash/system/logout_button/logout_confirmation_dialog_view.h
|
View
|
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
D |
ash/system/logout_button/logout_confirmation_dialog_view.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -132 lines |
0 comments
|
Download
|
 |
A + |
ash/system/session/logout_button_observer.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
ash/system/session/logout_button_tray.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -24 lines |
0 comments
|
Download
|
 |
A + |
ash/system/session/logout_button_tray.cc
|
View
|
1
2
3
4
|
5 chunks |
+14 lines, -80 lines |
0 comments
|
Download
|
 |
A |
ash/system/session/logout_confirmation_controller.h
|
View
|
1
2
3
4
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/system/session/logout_confirmation_controller.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/system/session/logout_confirmation_controller_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+293 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/system/session/logout_confirmation_dialog.h
|
View
|
1
2
3
4
|
1 chunk |
+59 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/system/session/logout_confirmation_dialog.cc
|
View
|
1
2
3
4
|
1 chunk |
+116 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ash/system/session/session_length_limit_observer.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
ash/system/session/tray_session_length_limit.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
ash/system/session/tray_session_length_limit.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
ash/system/session/tray_session_length_limit_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
ash/system/session_length_limit/session_length_limit_observer.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
ash/system/session_length_limit/tray_session_length_limit.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
 |
D |
ash/system/session_length_limit/tray_session_length_limit.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -392 lines |
0 comments
|
Download
|
 |
D |
ash/system/session_length_limit/tray_session_length_limit_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -195 lines |
0 comments
|
Download
|
 |
M |
ash/system/status_area_widget.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/tray/system_tray.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ash/system/tray/system_tray_notifier.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|