| Index: chrome/browser/extensions/api/file_system/file_system_api.cc
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_api.cc b/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| index 37460db1aef09c2b98b80a19ac311f13bc8a0729..636e41429825dd47e8cd3a5196dd6edc289eb53d 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| @@ -104,7 +104,7 @@ bool FileSystemGetDisplayPathFunction::RunImpl() {
|
| }
|
|
|
| // Handles showing a dialog to the user to ask for the filename for a file to
|
| -// save.
|
| +// save or open.
|
| class FileSystemPickerFunction::FilePicker : public SelectFileDialog::Listener {
|
| public:
|
| FilePicker(FileSystemPickerFunction* function,
|
|
|