| Index: chrome/browser/content_setting_bubble_model.cc
|
| ===================================================================
|
| --- chrome/browser/content_setting_bubble_model.cc (revision 57221)
|
| +++ chrome/browser/content_setting_bubble_model.cc (working copy)
|
| @@ -318,8 +318,10 @@
|
|
|
| private:
|
| void SetPopups() {
|
| + // check for crbug.com/53176
|
| + if (!tab_contents()->blocked_popup_container())
|
| + return;
|
| BlockedPopupContainer::BlockedContents blocked_contents;
|
| - DCHECK(tab_contents()->blocked_popup_container());
|
| tab_contents()->blocked_popup_container()->GetBlockedContents(
|
| &blocked_contents);
|
| for (BlockedPopupContainer::BlockedContents::const_iterator
|
|
|