|
mash: remove the LockStateControllerDelegate.
This removes the LockStateControllerDelegate and mojoifys/renames it
into the ShutdownClient, which is exported by chrome.
While in the long term, we'll want to move the code that's currently in
ShutdownClient into ash (and either use CrosSettings in ash or send
messages to a dedicated CrosSettings service), the chromeos device
settings code is sufficiently intertangled with the browser process that
it isn't happening anytime soon. (See crbug.com/446937)
BUG= 628792
TEST=covered by converted ash_unittests; manually tested the mojo call in non-mash ash.
Committed: https://crrev.com/8f7f2a6d3baca46a3271e038d574f9187f08fa52
Cr-Commit-Position: refs/heads/master@{#429471}
Total comments: 18
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+336 lines, -239 lines) |
Patch |
 |
M |
ash/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/accelerators/accelerator_controller_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ash/public/interfaces/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
ash/public/interfaces/shutdown.mojom
|
View
|
1
2
3
4
5
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ash/test/BUILD.gn
|
View
|
1
2
3
4
5
6
|
4 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ash/test/lock_state_controller_test_api.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/test/lock_state_controller_test_api.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ash/test/test_lock_state_controller_delegate.h
|
View
|
1
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
ash/test/test_lock_state_controller_delegate.cc
|
View
|
1
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
A |
ash/test/test_shutdown_client.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/test/test_shutdown_client.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/wm/lock_state_controller.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+14 lines, -64 lines |
0 comments
|
Download
|
 |
M |
ash/wm/lock_state_controller.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ash/wm/lock_state_controller_unittest.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
A |
ash/wm/shutdown_client_proxy.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ash/wm/shutdown_client_proxy.cc
|
View
|
1
2
3
7
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_manifest_overlay.json
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/BUILD.gn
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/chrome_interface_factory.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/power/login_lock_state_notifier.cc
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/power/session_state_controller_delegate_chromeos.h
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/power/session_state_controller_delegate_chromeos.cc
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/power/shutdown_client_impl.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/chromeos/power/shutdown_client_impl.cc
|
View
|
|
2 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
Total messages: 56 (44 generated)
|