| Index: chrome/common/file_system/file_system_dispatcher.h
|
| diff --git a/chrome/common/file_system/file_system_dispatcher.h b/chrome/common/file_system/file_system_dispatcher.h
|
| index 80443c4fdf4cff4be8be07eecd7c65a07ac761ab..8802c1e258d6e1f5bb4251f557c0fcd4578b887a 100644
|
| --- a/chrome/common/file_system/file_system_dispatcher.h
|
| +++ b/chrome/common/file_system/file_system_dispatcher.h
|
| @@ -43,6 +43,7 @@ class FileSystemDispatcher {
|
| const FilePath& dest_path,
|
| fileapi::FileSystemCallbackDispatcher* dispatcher);
|
| bool Remove(const FilePath& path,
|
| + bool recursive,
|
| fileapi::FileSystemCallbackDispatcher* dispatcher);
|
| bool ReadMetadata(const FilePath& path,
|
| fileapi::FileSystemCallbackDispatcher* dispatcher);
|
|
|