lint fix
This commit is contained in:
parent
193beb57c9
commit
4b10445c2e
5 changed files with 9 additions and 9 deletions
|
@ -242,7 +242,7 @@ void CommonWebContentsDelegate::RunFileChooser(
|
|||
content::RenderFrameHost* render_frame_host,
|
||||
const content::FileChooserParams& params) {
|
||||
if (!web_dialog_helper_)
|
||||
web_dialog_helper_.reset(new WebDialogHelper(owner_window(),
|
||||
web_dialog_helper_.reset(new WebDialogHelper(owner_window(),
|
||||
owner_window()->IsOffScreenDummy()));
|
||||
web_dialog_helper_->RunFileChooser(render_frame_host, params);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue