|
|
Move message_center::CustomNotificationView to arc::ArcNotificationView
We're having message_center::CustomNotificationView in ui/message_center separated from ui/arc, but it causes a lot of complexity of delegate. In other words, we have two abstraction layer: MessageView and CustomNotificationContentViewDelegate. But CustomNotificationView and CustomNotificationContentViewDelegate are only used by ARC so the later abstraction layer can be removed..
Currently CustomNotificationView is only used by ARC. So this CL moves it to ui/arc and renames it to ArcNotificationView to make the code simper in succeeding CLs.
This CL is just a refactoring so doesn't change any behavior.
BUG= 697359
TEST=none
Review-Url: https://codereview.chromium.org/2870283002
Cr-Commit-Position: refs/heads/master@{#474693}
Committed: https://chromium.googlesource.com/chromium/src/+/4e9fc10cf30e41afad38069847381cd725c2acbe
Total comments: 22
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+256 lines, -898 lines) |
Patch |
 |
M |
testing/buildbot/gn_isolate_map.pyl
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/arc/BUILD.gn
|
View
|
1
2
3
4
5
6
|
3 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/arc/DEPS
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_custom_notification_view.h
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_custom_notification_view.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+9 lines, -15 lines |
0 comments
|
Download
|
 |
A |
ui/arc/notification/arc_notification_content_view_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_delegate.h
|
View
|
1
2
|
1 chunk |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_delegate.cc
|
View
|
1
2
|
2 chunks |
+14 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_item.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_item_impl.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/arc/notification/arc_notification_item_impl.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/arc/notification/arc_notification_view.h
|
View
|
1
2
3
4
5
|
2 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
 |
A + |
ui/arc/notification/arc_notification_view.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+44 lines, -40 lines |
0 comments
|
Download
|
 |
A + |
ui/arc/notification/arc_notification_view_unittest.cc
|
View
|
1
2
3
4
5
|
13 chunks |
+64 lines, -58 lines |
0 comments
|
Download
|
 |
M |
ui/arc/test/run_all_unittests.cc
|
View
|
1
|
1 chunk |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/message_center/BUILD.gn
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/message_center/notification_delegate.h
|
View
|
|
2 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/message_center/notification_delegate_views.cc
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
D |
ui/message_center/views/custom_notification_content_view_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -46 lines |
0 comments
|
Download
|
 |
D |
ui/message_center/views/custom_notification_content_view_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
ui/message_center/views/custom_notification_view.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -72 lines |
0 comments
|
Download
|
 |
D |
ui/message_center/views/custom_notification_view.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -165 lines |
0 comments
|
Download
|
 |
D |
ui/message_center/views/custom_notification_view_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -429 lines |
0 comments
|
Download
|
 |
M |
ui/message_center/views/message_view.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/message_center/views/message_view_factory.cc
|
View
|
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
Total messages: 75 (59 generated)
|