| 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..fe05b2f98b948232aab215efab7893d49baf5ac7 100644
|
| --- a/components/test_runner/web_test_delegate.h
|
| +++ b/components/test_runner/web_test_delegate.h
|
| @@ -151,8 +151,10 @@ class WebTestDelegate {
|
| virtual void SetDatabaseQuota(int quota) = 0;
|
|
|
| // Controls Web Notifications.
|
| - virtual void SimulateWebNotificationClick(const std::string& title,
|
| - int action_index) = 0;
|
| + virtual void SimulateWebNotificationClick(
|
| + const std::string& title,
|
| + int action_index,
|
| + const base::NullableString16& reply) = 0;
|
| virtual void SimulateWebNotificationClose(const std::string& title,
|
| bool by_user) = 0;
|
|
|
|
|