| Index: chrome/browser/blocked_popup_container.cc
|
| ===================================================================
|
| --- chrome/browser/blocked_popup_container.cc (revision 19587)
|
| +++ chrome/browser/blocked_popup_container.cc (working copy)
|
| @@ -16,15 +16,9 @@
|
| TabContents* owner, Profile* profile) {
|
| BlockedPopupContainer* container =
|
| new BlockedPopupContainer(owner, profile->GetPrefs());
|
| -
|
| - // TODO(port): This ifdef goes away once Mac peeps write a Cocoa
|
| - // implementation of BlockedPopupContainerView.
|
| -#if defined(OS_WIN) || defined(OS_LINUX)
|
| BlockedPopupContainerView* view =
|
| BlockedPopupContainerView::Create(container);
|
| container->set_view(view);
|
| -#endif
|
| -
|
| return container;
|
| }
|
|
|
|
|