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

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

Issue 659043003: Implement the ability to layout test Web Worker-based Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 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();

Powered by Google App Engine
This is Rietveld 408576698