Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: components/test_runner/web_test_delegate.h

Issue 2403893002: Add layout test for reply property of notificationclick event (Closed)
Patch Set: Add layout test for reply property of notificationclick event Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698