shell: return status for moveItemToTrash on all platforms
This commit is contained in:
parent
8aae7c4440
commit
bedea89dcf
5 changed files with 38 additions and 16 deletions
|
@ -26,7 +26,7 @@ void OpenItem(const base::FilePath& full_path);
|
|||
void OpenExternal(const GURL& url);
|
||||
|
||||
// Move a file to trash.
|
||||
void MoveItemToTrash(const base::FilePath& full_path);
|
||||
bool MoveItemToTrash(const base::FilePath& full_path);
|
||||
|
||||
void Beep();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue