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 a1bc3c38d6291d4d52f9a24e976099f87cd51d0a..cbef50ab8b27e5436ab49d1171145b1aee4902e5 100644 |
--- a/components/test_runner/web_test_delegate.h |
+++ b/components/test_runner/web_test_delegate.h |
@@ -149,7 +149,8 @@ class WebTestDelegate { |
virtual void SetDatabaseQuota(int quota) = 0; |
// Controls Web Notifications. |
- virtual void SimulateWebNotificationClick(const std::string& title) = 0; |
+ virtual void SimulateWebNotificationClick(const std::string& title, |
+ int action_index) = 0; |
// Controls the device scale factor of the main WebView for hidpi tests. |
virtual void SetDeviceScaleFactor(float factor) = 0; |