|
Enable InputDeviceServer/InputDeviceClient in mash.
Remove the stub version of DeviceDataManager that is created in the
browser and ash processes when running under mash. The stub version
never has any input-device information because the real
DeviceDataManager is in the mus process.
Create InputDeviceClient inside ash and chrome which connects to mus and
receives input-device updates via Mojo IPC.
The mus process starts InputDeviceServer to listen for observers and
update them when new input-device information is available.
BUG= 601981
Committed: https://crrev.com/523bf0ebab6ebdafb419e517666f14aa769bd429
Cr-Commit-Position: refs/heads/master@{#400746}
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+60 lines, -24 lines) |
Patch |
 |
M |
ash/sysui/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/sysui/sysui_application.h
|
View
|
1
2
3
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ash/sysui/sysui_application.cc
|
View
|
1
2
3
|
4 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/BUILD.gn
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h
|
View
|
1
2
3
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/input_devices/input_device_server.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/mus/input_devices/input_device_server.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/mus/manifest.json
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/mus_app.h
|
View
|
1
2
3
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/mus/mus_app.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/mus/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/mus/window_manager_connection.h
|
View
|
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/views/mus/window_manager_connection.cc
|
View
|
1
2
3
|
4 chunks |
+1 line, -14 lines |
0 comments
|
Download
|
Total messages: 31 (13 generated)
|