Skip to content

Commit

Permalink
fix presubmit
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Dec 17, 2024
1 parent 3a9ef92 commit f087fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser/ui/brave_browser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ void BraveBrowser::RunFileChooser(
CHECK(render_frame_host);
const url::Origin& origin = render_frame_host->GetLastCommittedOrigin();
new_params->title = brave::GetFileSelectTitle(
content::WebContents::FromRenderFrameHost(render_frame_host),
origin, origin,
content::WebContents::FromRenderFrameHost(render_frame_host), origin,
origin,
params.mode == blink::mojom::FileChooserParams::Mode::kSave
? brave::FileSelectTitleType::kSave
: brave::FileSelectTitleType::kOpen);
Expand Down

0 comments on commit f087fd4

Please sign in to comment.