Index: content/shell/renderer/layout_test/blink_test_runner.cc |
diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc |
index 7babc0a892b7dd169010f25264b3f10b669b0814..6ff28a81ad448a83074060e76945a44cce1e076a 100644 |
--- a/content/shell/renderer/layout_test/blink_test_runner.cc |
+++ b/content/shell/renderer/layout_test/blink_test_runner.cc |
@@ -459,8 +459,10 @@ void BlinkTestRunner::SetDatabaseQuota(int quota) { |
Send(new LayoutTestHostMsg_SetDatabaseQuota(routing_id(), quota)); |
} |
-void BlinkTestRunner::SimulateWebNotificationClick(const std::string& title) { |
- Send(new LayoutTestHostMsg_SimulateWebNotificationClick(routing_id(), title)); |
+void BlinkTestRunner::SimulateWebNotificationClick(const std::string& title, |
+ int action_index) { |
+ Send(new LayoutTestHostMsg_SimulateWebNotificationClick(routing_id(), title, |
+ action_index)); |
} |
void BlinkTestRunner::SetDeviceScaleFactor(float factor) { |