|
arc-bridge: Move most methods to Mojo interfaces
This should make the ArcBridgeService surface area smaller by moving all
methods to separate Mojo interfaces. This also lets each individual
service handle its own lifetime and should simplify the Observers
significatively.
BUG= 569446
TEST=unit_tests, components_unittests
Committed: https://crrev.com/3bdc0168bb4d055b647dd557d062432c9e835468
Cr-Commit-Position: refs/heads/master@{#366233}
Total comments: 2
Total comments: 6
Total comments: 2
Total comments: 15
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+715 lines, -1064 lines) |
Patch |
 |
M |
chrome/browser/chromeos/arc/arc_settings_bridge_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/arc/arc_settings_bridge_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/providers/arc/arc_process_task_provider.h
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_management/providers/arc/arc_process_task_provider.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+17 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/arc/arc_app_item.cc
|
View
|
1
|
1 chunk |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/arc/arc_app_list_prefs.h
|
View
|
1
2
|
5 chunks |
+17 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/arc/arc_app_list_prefs.cc
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+38 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/arc/arc_app_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
11 chunks |
+43 lines, -28 lines |
0 comments
|
Download
|
 |
M |
components/arc.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/arc/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service.h
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+43 lines, -115 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+20 lines, -13 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+1 line, -191 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service_unittest.cc
|
View
|
|
7 chunks |
+9 lines, -17 lines |
0 comments
|
Download
|
 |
A |
components/arc/common/app.mojom
|
View
|
|
1 chunk |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/arc/common/arc_bridge.mojom
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+24 lines, -258 lines |
0 comments
|
Download
|
 |
A |
components/arc/common/input.mojom
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/arc/common/notifications.mojom
|
View
|
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/arc/common/power.mojom
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/arc/common/process.mojom
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/arc/common/settings.mojom
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/arc/input/arc_input_bridge_impl.h
|
View
|
1
2
3
4
|
5 chunks |
+11 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/arc/input/arc_input_bridge_impl.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+24 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
components/arc/test/fake_app_instance.h
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+33 lines, -55 lines |
0 comments
|
Download
|
 |
A |
components/arc/test/fake_app_instance.cc
|
View
|
1
2
3
4
|
1 chunk |
+105 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/arc/test/fake_arc_bridge_instance.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
components/arc/test/fake_arc_bridge_instance.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
components/arc/test/fake_arc_bridge_service.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+0 lines, -86 lines |
0 comments
|
Download
|
 |
M |
components/arc/test/fake_arc_bridge_service.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -117 lines |
0 comments
|
Download
|
Total messages: 27 (7 generated)
|