| Index: ui/shell_dialogs/select_file_dialog.h
|
| diff --git a/ui/shell_dialogs/select_file_dialog.h b/ui/shell_dialogs/select_file_dialog.h
|
| index 4b4fd7795003f54343bd25914ee2e26a821242f9..3c3379f8858cbfae9b94fde452673471568bfab0 100644
|
| --- a/ui/shell_dialogs/select_file_dialog.h
|
| +++ b/ui/shell_dialogs/select_file_dialog.h
|
| @@ -135,6 +135,8 @@ class SHELL_DIALOGS_EXPORT SelectFileDialog
|
| AllowedPaths allowed_paths;
|
| };
|
|
|
| + static base::FilePath GetShortenedFilePath(const base::FilePath& path);
|
| +
|
| // Selects a File.
|
| // Before doing anything this function checks if FileBrowsing is forbidden
|
| // by Policy. If so, it tries to show an InfoBar and behaves as though no File
|
|
|