Chromium Code Reviews| 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 b2cb1add2961345eca714b20e9013e8753170565..0c011f307cdb1843123b42e5e51c32c9c9ea359b 100644 |
| --- a/chrome/browser/extensions/api/file_system/file_system_api.h |
| +++ b/chrome/browser/extensions/api/file_system/file_system_api.h |
| @@ -185,7 +185,9 @@ class FileSystemRetainEntryFunction : public ChromeAsyncExtensionFunction { |
| // |entry_id| must refer to an entry in an isolated file system. |
| void RetainFileEntry(const std::string& entry_id); |
| - void SetIsDirectoryOnFileThread(); |
| + void SetIsDirectoryOnIOThread(const std::string& entry_id, |
|
mtomasz
2014/10/14 06:08:50
nit: Please add a comment.
hirono
2014/10/14 09:22:10
I removed the method.
|
| + base::File::Error result, |
| + const base::File::Info& file_info); |
| // Whether the file being retained is a directory. |
| bool is_directory_; |