From cb9d58c8e5ed717851302378bf61cbf6d93d827a Mon Sep 17 00:00:00 2001 From: "johnnyg@google.com" Date: Tue, 1 Sep 2009 00:32:57 +0000 Subject: New WebKit API interfaces for desktop notifications. Everything is still currently disabled under compile-time flag. BUG=none TEST=none Review URL: http://codereview.chromium.org/174104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24989 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/glue/chrome_client_impl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webkit/glue/chrome_client_impl.h') diff --git a/webkit/glue/chrome_client_impl.h b/webkit/glue/chrome_client_impl.h index 435e1f2..d95483d 100644 --- a/webkit/glue/chrome_client_impl.h +++ b/webkit/glue/chrome_client_impl.h @@ -148,6 +148,10 @@ class ChromeClientImpl : public WebCore::ChromeClientChromium { virtual PassOwnPtr createHTMLParserQuirks() { return 0; } +#if ENABLE(NOTIFICATIONS) + virtual WebCore::NotificationPresenter* notificationPresenter() const; +#endif + private: void GetPopupMenuInfo(WebCore::PopupContainer* popup_container, WebKit::WebPopupMenuInfo* info); -- cgit v1.1