|
Get rid of RefCounted for ActivityIconLoader.
ActivityIconLoader was RefCounted.
However, all its access are on UI thread, and well managed.
This CL gets rid of RefCounted. Now ActivityIconLoader is a part of
ArcIntentHelperBridge. Its exposed method GetActivityIcons() is proxied by ArcIntentHelperBridge, and the class is put in internal namespace, in order to avoid accidental access from outside of components/arc/intent_helper.
BUG=n/a
TEST=Ran trybots.
Review-Url: https://codereview.chromium.org/2655233007
Cr-Commit-Position: refs/heads/master@{#447200}
Committed: https://chromium.googlesource.com/chromium/src/+/ccdfe0541dd3f6e7c85fc774772e3ff880730216
Total comments: 13
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+234 lines, -292 lines) |
Patch |
 |
M |
chrome/browser/chromeos/arc/arc_service_launcher.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/arc/intent_helper/arc_external_protocol_dialog.cc
|
View
|
1
2
|
5 chunks |
+8 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.cc
|
View
|
1
2
|
3 chunks |
+9 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/file_manager/event_router.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_manager/arc_file_tasks.cc
|
View
|
1
2
|
6 chunks |
+8 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_manager/providers/arc/arc_process_task.h
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/task_manager/providers/arc/arc_process_task.cc
|
View
|
1
2
|
5 chunks |
+11 lines, -17 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_service_manager.h
|
View
|
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
components/arc/arc_service_manager.cc
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/arc/intent_helper/activity_icon_loader.h
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
components/arc/intent_helper/activity_icon_loader.cc
|
View
|
1
2
3
|
6 chunks |
+102 lines, -79 lines |
0 comments
|
Download
|
 |
M |
components/arc/intent_helper/activity_icon_loader_unittest.cc
|
View
|
1
2
|
5 chunks |
+39 lines, -39 lines |
0 comments
|
Download
|
 |
M |
components/arc/intent_helper/arc_intent_helper_bridge.h
|
View
|
1
2
|
6 chunks |
+13 lines, -16 lines |
0 comments
|
Download
|
 |
M |
components/arc/intent_helper/arc_intent_helper_bridge.cc
|
View
|
1
2
3
|
6 chunks |
+9 lines, -42 lines |
0 comments
|
Download
|
 |
M |
components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
components/arc/intent_helper/link_handler_model_impl.h
|
View
|
1
2
|
3 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
components/arc/intent_helper/link_handler_model_impl.cc
|
View
|
1
2
|
5 chunks |
+14 lines, -13 lines |
0 comments
|
Download
|
Total messages: 24 (14 generated)
|