Index: content/shell/browser/layout_test/layout_test_notification_manager.cc |
diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.cc b/content/shell/browser/layout_test/layout_test_notification_manager.cc |
index 057cc171300b28dedd5ff4d8e694a6f91c51f76b..1e405add13afad290655388e3f551b99d5029087 100644 |
--- a/content/shell/browser/layout_test/layout_test_notification_manager.cc |
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.cc |
@@ -127,6 +127,7 @@ void LayoutTestNotificationManager::SimulateClick(const std::string& title) { |
notification.browser_context, |
notification.persistent_id, |
notification.origin, |
+ -1 /* action_index */, |
base::Bind(&OnEventDispatchComplete)); |
} |