Chrome Version : 59.0.3047.0
chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc isn't in any BUILD.gn file. It doesn't currently compile:
../../chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc:46:71: error: too few arguments to function call, expected 2, have 1
message_center::MessageCenter::Get()->RemoveAllNotifications(false);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
../../ui/message_center/message_center.h:109:3: note: 'RemoveAllNotifications' declared here
virtual void RemoveAllNotifications(bool by_user, RemoveType type) = 0;
^
../../chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc:63:20: error: no matching constructor for initialization of '::Notification'
::Notification notification(
^
../../chrome/browser/notifications/notification.h:25:3: note: candidate constructor not viable: requires 10 arguments, but 7 were provided
Notification(
Comment 1 by awdf@chromium.org
, Jul 5 2017Owner: yoshiki@chromium.org
Status: Assigned (was: Untriaged)