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

Unified Diff: content/shell/browser/layout_test/layout_test_message_filter.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/browser/layout_test/layout_test_message_filter.h
diff --git a/content/shell/browser/layout_test/layout_test_message_filter.h b/content/shell/browser/layout_test/layout_test_message_filter.h
index 49e4cf5b71da0818cb46e6e650c720fa497ac8dc..1b8829a229f87ed5264aa299a0315cafc42a67a0 100644
--- a/content/shell/browser/layout_test/layout_test_message_filter.h
+++ b/content/shell/browser/layout_test/layout_test_message_filter.h
@@ -59,7 +59,8 @@ class LayoutTestMessageFilter : public BrowserMessageFilter {
bool permission_granted);
void OnClearWebNotificationPermissions();
void OnSimulateWebNotificationClick(const std::string& title,
- int action_index);
+ int action_index,
+ const base::NullableString16& reply);
void OnSimulateWebNotificationClose(const std::string& title, bool by_user);
void OnSetPushMessagingPermission(const GURL& origin, bool allowed);
void OnClearPushMessagingPermissions();
« no previous file with comments | « components/test_runner/web_test_delegate.h ('k') | content/shell/browser/layout_test/layout_test_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698