|
cros: Cleanup lock screen and OOBE C++ backing code.
There are no functional changes in this CL.
This CL removes the ScreenLockerDelegate class; WebUIScreenLocker is used directly instead. The ScreenLockerDelegate abstraction was used for porting purposes and is no longer needed.
The LockWindow::Delegate class was removed as it is also no longer needed. This simplifies the interaction between LockWindow and WebUIScreenLocker.
This CL also removes a large number of static_cast<OobeUI*> calls by pulling them into common methods.
BUG= 452599
Committed: https://crrev.com/55c7b0b7f156c57ff2b421c1347c05d07ef8ba18
Cr-Commit-Position: refs/heads/master@{#426645}
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+169 lines, -333 lines) |
Patch |
 |
M |
chrome/browser/chromeos/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/accessibility/accessibility_extension_loader.cc
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/lock/screen_locker.h
|
View
|
1
|
7 chunks |
+7 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/lock/screen_locker.cc
|
View
|
1
|
7 chunks |
+15 lines, -21 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/login/lock/screen_locker_delegate.h
|
View
|
|
1 chunk |
+0 lines, -91 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/login/lock/screen_locker_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/lock/screen_locker_tester.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/lock/webui_screen_locker.h
|
View
|
1
|
6 chunks |
+43 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/lock/webui_screen_locker.cc
|
View
|
1
|
8 chunks |
+45 lines, -60 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/proxy_auth_dialog_browsertest.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/signin_screen_controller.cc
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/ui/lock_window.h
|
View
|
|
1 chunk |
+2 lines, -24 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/ui/lock_window.cc
|
View
|
1
|
1 chunk |
+1 line, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/ui/login_display_host_impl.cc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/ui/webui_login_view.h
|
View
|
1
|
4 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/ui/webui_login_view.cc
|
View
|
1
|
4 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/power/renderer_freezer.cc
|
View
|
|
2 chunks |
+4 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/shutdown_policy_browsertest.cc
|
View
|
1
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/app_launch_splash_screen_handler.cc
|
View
|
1
|
1 chunk |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/base_screen_handler.h
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc
|
View
|
1
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc
|
View
|
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
View
|
1
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
View
|
1
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/terms_of_service_screen_handler.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 32 (22 generated)
|