Index: content/shell/browser/layout_test/layout_test_message_filter.cc |
diff --git a/content/shell/browser/layout_test/layout_test_message_filter.cc b/content/shell/browser/layout_test/layout_test_message_filter.cc |
index a6713cab8545e2494312ac0b3225719445076fa8..7b80ac839dbb68958f67eefe7e2a85636b212801 100644 |
--- a/content/shell/browser/layout_test/layout_test_message_filter.cc |
+++ b/content/shell/browser/layout_test/layout_test_message_filter.cc |
@@ -112,11 +112,11 @@ void LayoutTestMessageFilter::OnSetDatabaseQuota(int quota) { |
} |
void LayoutTestMessageFilter::OnSimulateWebNotificationClick( |
- const std::string& title) { |
+ const std::string& title, int action_index) { |
LayoutTestNotificationManager* manager = |
LayoutTestContentBrowserClient::Get()->GetLayoutTestNotificationManager(); |
if (manager) |
- manager->SimulateClick(title); |
+ manager->SimulateClick(title, action_index); |
} |
void LayoutTestMessageFilter::OnAcceptAllCookies(bool accept) { |