chore: use consistent parameter names (#29361)
This commit is contained in:
parent
d18dbdd72b
commit
ba26580f23
19 changed files with 38 additions and 40 deletions
|
@ -71,11 +71,11 @@ class FileSelectHelper : public content::WebContentsObserver,
|
|||
// of the package.
|
||||
void ProcessSelectedFilesMac(const std::vector<ui::SelectedFileInfo>& files);
|
||||
|
||||
// Saves the paths of |zipped_files| for later deletion. Passes |files| to the
|
||||
// render view host.
|
||||
// Saves the paths of |temporary_files| for later deletion. Passes |files| to
|
||||
// the render view host.
|
||||
void ProcessSelectedFilesMacOnUIThread(
|
||||
const std::vector<ui::SelectedFileInfo>& files,
|
||||
const std::vector<base::FilePath>& zipped_files);
|
||||
const std::vector<base::FilePath>& temporary_files);
|
||||
|
||||
// Zips the package at |path| into a temporary destination. Returns the
|
||||
// temporary destination, if the zip was successful. Otherwise returns an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue