Index: chrome/common/file_system/file_system_dispatcher.h |
=================================================================== |
--- chrome/common/file_system/file_system_dispatcher.h (revision 64806) |
+++ chrome/common/file_system/file_system_dispatcher.h (working copy) |
@@ -35,6 +35,7 @@ |
bool OpenFileSystem(const GURL& origin_url, |
fileapi::FileSystemType type, |
long long size, |
+ bool create, |
fileapi::FileSystemCallbackDispatcher* dispatcher); |
bool Move(const FilePath& src_path, |
const FilePath& dest_path, |