| Index: components/test_runner/web_test_delegate.h
|
| diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
|
| index 820d06b94069fd6d63d4e92e717692cf3f68050c..2fc0b47f6f9b9b28ee51ab298dd68cf85c1306e1 100644
|
| --- a/components/test_runner/web_test_delegate.h
|
| +++ b/components/test_runner/web_test_delegate.h
|
| @@ -152,7 +152,8 @@ class WebTestDelegate {
|
|
|
| // Controls Web Notifications.
|
| virtual void SimulateWebNotificationClick(const std::string& title,
|
| - int action_index) = 0;
|
| + int action_index,
|
| + const std::string& reply) = 0;
|
| virtual void SimulateWebNotificationClose(const std::string& title,
|
| bool by_user) = 0;
|
|
|
|
|