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

Unified Diff: content/shell/browser/layout_test/layout_test_message_filter.h

Issue 1656823002: Add layout tests for ServiceWorker's notificationclose event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Now the test actually works Created 4 years, 11 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 1a0909cdd583f9f943fa925642cff5e71df23ded..8c4bb5d8bd22aaec6f36e7b6a247c3f9a4938bfa 100644
--- a/content/shell/browser/layout_test/layout_test_message_filter.h
+++ b/content/shell/browser/layout_test/layout_test_message_filter.h
@@ -56,6 +56,7 @@ class LayoutTestMessageFilter : public BrowserMessageFilter {
void OnClearWebNotificationPermissions();
void OnSimulateWebNotificationClick(const std::string& title,
int action_index);
+ void OnSimulateWebNotificationClose(const std::string& title, bool by_user);
void OnSetPushMessagingPermission(const GURL& origin, bool allowed);
void OnClearPushMessagingPermissions();
void OnAcceptAllCookies(bool accept);

Powered by Google App Engine
This is Rietveld 408576698