| Index: content/renderer/notification_provider.cc
|
| diff --git a/content/renderer/notification_provider.cc b/content/renderer/notification_provider.cc
|
| index fc7504226b6ac062bed626e0d3a826f5fa2fbe06..01b5fe14d47db54a741e9b5a87aba274726fe6f6 100644
|
| --- a/content/renderer/notification_provider.cc
|
| +++ b/content/renderer/notification_provider.cc
|
| @@ -32,7 +32,6 @@ NotificationProvider::NotificationProvider(RenderViewImpl* render_view)
|
| }
|
|
|
| NotificationProvider::~NotificationProvider() {
|
| - manager_.DetachAll();
|
| }
|
|
|
| bool NotificationProvider::show(const WebNotification& notification) {
|
|
|