shell: return status for moveItemToTrash on all platforms

This commit is contained in:
Robo 2015-03-27 18:31:57 +05:30
parent 8aae7c4440
commit bedea89dcf
5 changed files with 38 additions and 16 deletions

View file

@ -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();