chore: use consistent parameter names (#29361)
This commit is contained in:
parent
d18dbdd72b
commit
ba26580f23
19 changed files with 38 additions and 40 deletions
|
@ -32,7 +32,7 @@ class WebDialogHelper {
|
|||
const blink::mojom::FileChooserParams& params);
|
||||
void EnumerateDirectory(content::WebContents* web_contents,
|
||||
scoped_refptr<content::FileSelectListener> listener,
|
||||
const base::FilePath& path);
|
||||
const base::FilePath& dir);
|
||||
|
||||
private:
|
||||
NativeWindow* window_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue