| Index: components/web_modal/web_contents_modal_dialog_manager.cc
|
| diff --git a/components/web_modal/web_contents_modal_dialog_manager.cc b/components/web_modal/web_contents_modal_dialog_manager.cc
|
| index a837bcc96fe0008eded33cec79fa0dfc43f4d7a5..7ae8a2dc6e32c40a976920136041b7f57b260bec 100644
|
| --- a/components/web_modal/web_contents_modal_dialog_manager.cc
|
| +++ b/components/web_modal/web_contents_modal_dialog_manager.cc
|
| @@ -187,7 +187,7 @@ void WebContentsModalDialogManager::WasHidden() {
|
| child_dialogs_.front()->manager->Hide();
|
| }
|
|
|
| -void WebContentsModalDialogManager::WebContentsDestroyed(WebContents* tab) {
|
| +void WebContentsModalDialogManager::WebContentsDestroyed() {
|
| // First cleanly close all child dialogs.
|
| // TODO(mpcomplete): handle case if MaybeCloseChildWindows() already asked
|
| // some of these to close. CloseAllDialogs is async, so it might get called
|
|
|