|
arc-bridge: Introduce the ArcService class
Several services managed by ARC were introducing empty, opaque classes
just to be able to be constructed outside of components/. This was
becoming ugly, so introduce just one interface that all services must
implement and whose lifecycle will be managed by ArcServiceManager.
BUG=None
TEST=trybots
Committed: https://crrev.com/811769ba67bef5ff1e0a120146c0d593a6ebe5db
Cr-Commit-Position: refs/heads/master@{#370825}
Total comments: 14
Total comments: 2
Total comments: 7
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+472 lines, -1341 lines) |
Patch |
 |
A |
chrome/browser/chromeos/arc/arc_auth_service.h
|
View
|
1
2
3
4
5
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/arc/arc_auth_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/arc/arc_auth_service_impl.h
|
View
|
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/arc/arc_auth_service_impl.cc
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/arc/arc_intent_helper_bridge.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/chromeos/arc/arc_intent_helper_bridge.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -15 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/arc/arc_intent_helper_bridge_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -41 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/arc/arc_intent_helper_bridge_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -54 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/chromeos/arc/arc_settings_bridge.h
|
View
|
1
2
3
4
5
|
4 chunks |
+10 lines, -16 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/chromeos/arc/arc_settings_bridge.cc
|
View
|
1
2
3
4
5
6
|
11 chunks |
+27 lines, -30 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/arc/arc_settings_bridge_impl.h
|
View
|
|
1 chunk |
+0 lines, -99 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/chromeos/arc/arc_settings_bridge_impl.cc
|
View
|
|
1 chunk |
+0 lines, -192 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/arc/arc_settings_bridge_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+14 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
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_chromeos.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/arc.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/arc/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_bridge_service.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/arc/arc_service.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/arc/arc_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_service_manager.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+8 lines, -24 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_service_manager.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+14 lines, -24 lines |
0 comments
|
Download
|
 |
D |
components/arc/auth/arc_auth_service.h
|
View
|
|
1 chunk |
+0 lines, -20 lines |
0 comments
|
Download
|
 |
M |
components/arc/clipboard/arc_clipboard_bridge.h
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/arc/clipboard/arc_clipboard_bridge.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/arc/ime/arc_ime_bridge.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/arc/ime/arc_ime_bridge.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/arc/input/arc_input_bridge.h
|
View
|
1
2
3
4
5
|
2 chunks |
+111 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
components/arc/input/arc_input_bridge.cc
|
View
|
1
2
3
4
5
6
|
14 chunks |
+24 lines, -36 lines |
0 comments
|
Download
|
 |
D |
components/arc/input/arc_input_bridge_impl.h
|
View
|
|
1 chunk |
+0 lines, -136 lines |
0 comments
|
Download
|
 |
D |
components/arc/input/arc_input_bridge_impl.cc
|
View
|
|
1 chunk |
+0 lines, -387 lines |
0 comments
|
Download
|
 |
D |
components/arc/intent_helper/arc_intent_helper_bridge.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
components/arc/intent_helper/arc_intent_helper_bridge.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/arc/power/arc_power_bridge.h
|
View
|
1
2
3
4
5
|
3 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/arc/power/arc_power_bridge.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
D |
components/arc/settings/arc_settings_bridge.h
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
components/arc/settings/arc_settings_bridge.cc
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/arc/video/arc_video_bridge.h
|
View
|
3
4
5
|
3 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
M |
components/arc/video/arc_video_bridge.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -20 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_manager.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_manager.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+11 lines, -15 lines |
0 comments
|
Download
|
Total messages: 20 (4 generated)
|