| Index: chrome/browser/file_system/file_system_dispatcher_host.h
|
| ===================================================================
|
| --- chrome/browser/file_system/file_system_dispatcher_host.h (revision 64803)
|
| +++ chrome/browser/file_system/file_system_dispatcher_host.h (working copy)
|
| @@ -48,7 +48,8 @@
|
| void OnOpenFileSystem(int request_id,
|
| const GURL& origin_url,
|
| fileapi::FileSystemType type,
|
| - int64 requested_size);
|
| + int64 requested_size,
|
| + bool create);
|
| void OnMove(int request_id,
|
| const FilePath& src_path,
|
| const FilePath& dest_path);
|
|
|