| Index: ui/message_center/views/notifier_settings_view.cc
|
| diff --git a/ui/message_center/views/notifier_settings_view.cc b/ui/message_center/views/notifier_settings_view.cc
|
| index e0fcd2bff6c86933731c7abeaa550c61850e931a..0f56bf66419fbdeb1fa407f8da4025ee95d328b9 100644
|
| --- a/ui/message_center/views/notifier_settings_view.cc
|
| +++ b/ui/message_center/views/notifier_settings_view.cc
|
| @@ -322,9 +322,11 @@ void NotifierSettingsView::NotifierButton::SendLearnMorePressedForTest() {
|
| if (learn_more_ == nullptr)
|
| return;
|
| gfx::Point point(110, 120);
|
| - ui::MouseEvent pressed(ui::ET_MOUSE_PRESSED, point, point,
|
| - ui::EventTimeForNow(), ui::EF_LEFT_MOUSE_BUTTON,
|
| - ui::EF_LEFT_MOUSE_BUTTON);
|
| + ui::MouseEvent pressed(
|
| + ui::ET_MOUSE_PRESSED, point, point, ui::EventTimeForNow(),
|
| + ui::EF_LEFT_MOUSE_BUTTON, ui::EF_LEFT_MOUSE_BUTTON,
|
| + ui::PointerDetails(ui::EventPointerType::POINTER_TYPE_MOUSE,
|
| + ui::PointerEvent::kMousePointerId));
|
| ButtonPressed(learn_more_, pressed);
|
| }
|
|
|
|
|