| Index: chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h b/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
|
| index 064276fc449b5fba27ea4265967254c8e423dc38..8aef7f44c03eedce90ac508c05617232d16db405 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
|
| @@ -106,11 +106,10 @@ class ProvidedFileSystemInterface {
|
| const ReadChunkReceivedCallback& callback) = 0;
|
|
|
| // Requests creating a directory. If |recursive| is passed, then all non
|
| - // existing directories on the path will be created. If |exclusive| is true,
|
| - // then creating the directory will fail, if it already exists.
|
| + // existing directories on the path will be created. The operation will fail
|
| + // if the target directory already exists.
|
| virtual AbortCallback CreateDirectory(
|
| const base::FilePath& directory_path,
|
| - bool exclusive,
|
| bool recursive,
|
| const storage::AsyncFileUtil::StatusCallback& callback) = 0;
|
|
|
|
|