summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebNotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebNotification.h')
-rw-r--r--WebKit/chromium/public/WebNotification.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebNotification.h b/WebKit/chromium/public/WebNotification.h
index 89dff7a..dbbde02 100644
--- a/WebKit/chromium/public/WebNotification.h
+++ b/WebKit/chromium/public/WebNotification.h
@@ -97,6 +97,9 @@ public:
// the byUser parameter will be true.
WEBKIT_API void dispatchCloseEvent(bool byUser);
+ // Called to indicate the notification was clicked on.
+ WEBKIT_API void dispatchClickEvent();
+
#if WEBKIT_IMPLEMENTATION
WebNotification(const WTF::PassRefPtr<WebCore::Notification>&);
WebNotification& operator=(const WTF::PassRefPtr<WebCore::Notification>&);