Index: components/test_runner/test_runner.h |
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h |
index 22e8dd36f8ebb4c0617dd2c38a1e746b9bcea91c..6b389b1417476b7ef7be9f020e0de8596547a4f9 100644 |
--- a/components/test_runner/test_runner.h |
+++ b/components/test_runner/test_runner.h |
@@ -560,7 +560,7 @@ class TestRunner : public WebTestRunner, |
void SetMIDIAccessorResult(bool result); |
// Simulates a click on a Web Notification. |
- void SimulateWebNotificationClick(const std::string& title); |
+ void SimulateWebNotificationClick(const std::string& title, int action_index); |
// Speech recognition related functions. |
void AddMockSpeechRecognitionResult(const std::string& transcript, |