| Index: chrome/browser/extensions/api/file_system/file_system_api.h
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_api.h b/chrome/browser/extensions/api/file_system/file_system_api.h
|
| index df4e6627f2c76debf11da9543eff6f8c4e7902a2..2fec898460bb2986b750e7ab3c53c45aa5be1edd 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_api.h
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_api.h
|
| @@ -53,7 +53,7 @@ class FileSystemEntryFunction : public ChromeAsyncExtensionFunction {
|
| // will ensure the files exist, creating them if necessary, and also check
|
| // that none of the files are links. If it succeeds it proceeds to
|
| // RegisterFileSystemsAndSendResponse, otherwise to HandleWritableFileError.
|
| - void CheckWritableFiles(const std::vector<base::FilePath>& path);
|
| + void PrepareFilesForWritableApp(const std::vector<base::FilePath>& path);
|
|
|
| // This will finish the choose file process. This is either called directly
|
| // from FilesSelected, or from WritableFileChecker. It is called on the UI
|
|
|