Chromium Code Reviews

Unified Diff: chrome/browser/file_system/file_system_dispatcher_host.h

Issue 4350001: Added ability to propogate create to suggest whether or not filesystem's root... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/file_system/file_system_dispatcher_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | chrome/browser/file_system/file_system_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine