From 5ddde30071f639962dd557c453f2ad01f8f0fd00 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Wed, 8 Sep 2010 12:18:00 +0100 Subject: Merge WebKit at r66666 : Initial merge by git. Change-Id: I57dedeb49859adc9c539e760f0e749768c66626f --- WebKit/chromium/public/WebNotification.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'WebKit/chromium/public/WebNotification.h') 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&); WebNotification& operator=(const WTF::PassRefPtr&); -- cgit v1.1