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

Unified Diff: content/shell/common/layout_test/layout_test_messages.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: content/shell/common/layout_test/layout_test_messages.h
diff --git a/content/shell/common/layout_test/layout_test_messages.h b/content/shell/common/layout_test/layout_test_messages.h
index 699638a0c3b053310c3c0373d297b39f02e26a84..6936917410c9fb56c02839e5e518015b146af495 100644
--- a/content/shell/common/layout_test/layout_test_messages.h
+++ b/content/shell/common/layout_test/layout_test_messages.h
@@ -24,9 +24,10 @@ IPC_SYNC_MESSAGE_ROUTED1_1(LayoutTestHostMsg_RegisterIsolatedFileSystem,
IPC_MESSAGE_ROUTED0(LayoutTestHostMsg_ClearAllDatabases)
IPC_MESSAGE_ROUTED1(LayoutTestHostMsg_SetDatabaseQuota,
int /* quota */)
-IPC_MESSAGE_ROUTED2(LayoutTestHostMsg_SimulateWebNotificationClick,
+IPC_MESSAGE_ROUTED3(LayoutTestHostMsg_SimulateWebNotificationClick,
std::string /* title */,
- int /* action_index */)
+ int /* action_index */,
+ base::NullableString16 /* reply */)
IPC_MESSAGE_ROUTED2(LayoutTestHostMsg_SimulateWebNotificationClose,
std::string /* title */,
bool /* by_user */)

Powered by Google App Engine
This is Rietveld 408576698