Chromium Code Reviews| Index: ui/arc/notification/arc_notification_manager.cc |
| diff --git a/ui/arc/notification/arc_notification_manager.cc b/ui/arc/notification/arc_notification_manager.cc |
| index 59be98a787d3d32796e5b068d8431788ba47c8e2..7e1ef5c7f7a3de22c4b8b6f831b7887db629498d 100644 |
| --- a/ui/arc/notification/arc_notification_manager.cc |
| +++ b/ui/arc/notification/arc_notification_manager.cc |
| @@ -88,7 +88,8 @@ void ArcNotificationManager::OnNotificationPosted( |
| DCHECK(result.second); |
| it = result.first; |
| } |
| - it->second->UpdateWithArcNotificationData(*data); |
| + LOG(ERROR) << data->type; |
|
xiyuan
2016/09/07 22:09:00
nit: remove ?
yoshiki
2016/09/09 16:45:30
Done.
|
| + it->second->UpdateWithArcNotificationData(std::move(data)); |
| } |
| void ArcNotificationManager::OnNotificationRemoved(const mojo::String& key) { |