diff options
author | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 00:37:29 +0000 |
---|---|---|
committer | johnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 00:37:29 +0000 |
commit | 8a2a6a25452dc7d64f7bf857e493c0447efdbec8 (patch) | |
tree | e233c754ff65becff0a632858f0944470cd90255 /chrome/renderer/notification_provider.h | |
parent | c41b2ecfcdc90b29ffc7b45e77a8fc68d269030c (diff) | |
download | chromium_src-8a2a6a25452dc7d64f7bf857e493c0447efdbec8.zip chromium_src-8a2a6a25452dc7d64f7bf857e493c0447efdbec8.tar.gz chromium_src-8a2a6a25452dc7d64f7bf857e493c0447efdbec8.tar.bz2 |
Before the notification provider goes away, detach it from all the active notifications.
BUG=50386
TEST=see bug
Review URL: http://codereview.chromium.org/3095007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/notification_provider.h')
-rw-r--r-- | chrome/renderer/notification_provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/notification_provider.h b/chrome/renderer/notification_provider.h index 7167902..d8e811e 100644 --- a/chrome/renderer/notification_provider.h +++ b/chrome/renderer/notification_provider.h @@ -21,7 +21,7 @@ class WebNotificationPermissionCallback; class NotificationProvider : public WebKit::WebNotificationPresenter { public: explicit NotificationProvider(RenderView* view); - virtual ~NotificationProvider() {} + virtual ~NotificationProvider(); // WebKit::WebNotificationPresenter interface. virtual bool show(const WebKit::WebNotification& proxy); |