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 044a4d25044425f3d4d34034cab74187592f2ccf..5abfe0663557adcf44b3974b7015bdc90159de40 100644 |
--- a/content/shell/browser/layout_test/layout_test_message_filter.h |
+++ b/content/shell/browser/layout_test/layout_test_message_filter.h |
@@ -54,6 +54,7 @@ class LayoutTestMessageFilter : public BrowserMessageFilter { |
void OnGrantWebNotificationPermission(const GURL& origin, |
bool permission_granted); |
void OnClearWebNotificationPermissions(); |
+ void OnSimulateWebNotificationClick(const std::string& title); |
void OnAcceptAllCookies(bool accept); |
void OnDeleteAllCookies(); |