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

Unified Diff: components/test_runner/web_test_delegate.h

Issue 2403893002: Add layout test for reply property of notificationclick event (Closed)
Patch Set: Make reply field nullable in .idl files; add test cases for empty and null 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..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;
« no previous file with comments | « components/test_runner/test_runner.cc ('k') | content/shell/browser/layout_test/layout_test_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698