chore: remove deprecated shell.moveItemToTrash() (#26723)
This commit is contained in:
parent
59b4d5c156
commit
09d7b2bc91
8 changed files with 1 additions and 93 deletions
|
@ -40,9 +40,6 @@ void OpenExternal(const GURL& url,
|
|||
const OpenExternalOptions& options,
|
||||
OpenCallback callback);
|
||||
|
||||
// Move a file to trash. (Deprecated.)
|
||||
bool MoveItemToTrash(const base::FilePath& full_path, bool delete_on_fail);
|
||||
|
||||
// Move a file to trash, asynchronously.
|
||||
void TrashItem(const base::FilePath& full_path,
|
||||
base::OnceCallback<void(bool, const std::string&)> callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue