Return boolean from shell.showItemInFolder

This commit is contained in:
Kevin Sawicki 2016-09-12 14:22:29 -07:00
parent 05043432dd
commit 72558654ef
5 changed files with 38 additions and 37 deletions

View file

@ -21,7 +21,7 @@ namespace platform_util {
// Show the given file in a file manager. If possible, select the file.
// Must be called from the UI thread.
void ShowItemInFolder(const base::FilePath& full_path);
bool ShowItemInFolder(const base::FilePath& full_path);
// Open the given file in the desktop's default manner.
// Must be called from the UI thread.