| Index: chrome/browser/notifications/desktop_notification_infobar_delegate.cc
|
| diff --git a/chrome/browser/notifications/desktop_notification_infobar_delegate.cc b/chrome/browser/notifications/desktop_notification_infobar_delegate.cc
|
| index c68fe286ed1b91cbf51af7ed2a5f9bee7868eeda..ba0ea8912b1a241c0b3130a614f9062d2a2f84f5 100644
|
| --- a/chrome/browser/notifications/desktop_notification_infobar_delegate.cc
|
| +++ b/chrome/browser/notifications/desktop_notification_infobar_delegate.cc
|
| @@ -27,6 +27,7 @@ infobars::InfoBar* DesktopNotificationInfoBarDelegate::Create(
|
| const content::NavigationEntry* committed_entry =
|
| infobar_service->web_contents()->GetController().GetLastCommittedEntry();
|
| return infobar_service->AddInfoBar(ConfirmInfoBarDelegate::CreateInfoBar(
|
| + infobar_service,
|
| scoped_ptr<ConfirmInfoBarDelegate>(new DesktopNotificationInfoBarDelegate(
|
| controller, id, requesting_frame,
|
| committed_entry ? committed_entry->GetUniqueID() : 0,
|
|
|