|
Switch from Delegate to Observer.
This CL switches the interface between ArcBridgeBootstrap
and ArcBridgeServiceImpl from Delegate to Observer.
Also, ArcBridgeHost will be instantiated in ArcBridgeBootstrap
and kept in it.
BUG= 633258
TEST=Trybots.
Committed: https://crrev.com/a028d09fb9831cf4a036791431e771ab7d6bfdaa
Cr-Commit-Position: refs/heads/master@{#423051}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+53 lines, -168 lines) |
Patch |
 |
M |
components/arc/BUILD.gn
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_bootstrap.h
|
View
|
1
2
3
|
3 chunks |
+15 lines, -14 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_bootstrap.cc
|
View
|
1
2
3
4
|
7 chunks |
+22 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service_impl.h
|
View
|
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service_impl.cc
|
View
|
1
2
3
4
|
5 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/arc/test/fake_arc_bridge_bootstrap.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/arc/test/fake_arc_bridge_bootstrap.cc
|
View
|
1
|
3 chunks |
+4 lines, -9 lines |
0 comments
|
Download
|
 |
D |
components/arc/test/fake_arc_bridge_instance.h
|
View
|
|
1 chunk |
+0 lines, -64 lines |
0 comments
|
Download
|
 |
D |
components/arc/test/fake_arc_bridge_instance.cc
|
View
|
|
1 chunk |
+0 lines, -50 lines |
0 comments
|
Download
|
 |
M |
components/arc/test/fake_intent_helper_instance.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/arc/test/fake_notifications_instance.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/arc/test/fake_policy_instance.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_manager_unittest.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 27 (19 generated)
|