| Index: components/test_runner/test_runner.h
|
| diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
|
| index ac2ebd935dc57b3d32cf7d54b82bfe1b11ac8f5f..71f09373c4c2ad1a339c2c6ba17c90904d5adb8a 100644
|
| --- a/components/test_runner/test_runner.h
|
| +++ b/components/test_runner/test_runner.h
|
| @@ -529,7 +529,9 @@ class TestRunner : public WebTestRunner {
|
| void SetMIDIAccessorResult(bool result);
|
|
|
| // Simulates a click on a Web Notification.
|
| - void SimulateWebNotificationClick(const std::string& title, int action_index);
|
| + void SimulateWebNotificationClick(const std::string& title,
|
| + int action_index,
|
| + const std::string& reply);
|
|
|
| // Simulates closing a Web Notification.
|
| void SimulateWebNotificationClose(const std::string& title, bool by_user);
|
|
|