|
Refactor ArcSessionRunner part 1.
This CL renames ArcBridgeServiceImpl to ArcSessionRunner,
and had as a preparation to get rid of inheritance.
Along with the change, FakeArcBridgeService is removed
and replaced by ArcSessionRunner + FakeArcSession factory.
TBR=bartfab@chromium.org
BUG= 657687
BUG=b/31079732
TEST=Ran bots.
Committed: https://crrev.com/359b352bc1b60c0de02e27d2373078d17a5473a2
Cr-Commit-Position: refs/heads/master@{#440019}
Total comments: 6
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+344 lines, -696 lines) |
Patch |
 |
M |
chrome/browser/chromeos/arc/arc_session_manager_browsertest.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/arc/arc_session_manager_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/policy_browsertest.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/sync_arc_package_helper.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/app_context_menu_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/arc/arc_app_test.cc
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/arc/arc_app_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/app_search_provider_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_ash_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views_unittest.cc
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/arc/BUILD.gn
|
View
|
1
2
|
5 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
D |
components/arc/arc_bridge_service_impl.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -91 lines |
0 comments
|
Download
|
 |
D |
components/arc/arc_bridge_service_impl.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -188 lines |
0 comments
|
Download
|
 |
D |
components/arc/arc_bridge_service_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -237 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_service_manager.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_service_manager.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
components/arc/arc_session_runner.h
|
View
|
1
2
3
4
5
|
4 chunks |
+15 lines, -18 lines |
0 comments
|
Download
|
 |
A + |
components/arc/arc_session_runner.cc
|
View
|
1
2
3
4
5
6
|
9 chunks |
+16 lines, -24 lines |
0 comments
|
Download
|
 |
A |
components/arc/arc_session_runner_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+245 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/arc/ime/arc_ime_service_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
components/arc/test/fake_arc_bridge_service.h
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
components/arc/test/fake_arc_bridge_service.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_manager_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 36 (23 generated)
|