Index: chrome/browser/chromeos/gdata/gdata_file_system.h |
=================================================================== |
--- chrome/browser/chromeos/gdata/gdata_file_system.h (revision 128893) |
+++ chrome/browser/chromeos/gdata/gdata_file_system.h (working copy) |
@@ -1084,7 +1084,8 @@ |
scoped_refptr<base::MessageLoopProxy> relay_proxy); |
// Task posted from StoreToCache to run on IO thread pool: |
- // - moves |params.source_path| to |params.dest_path| in the cache dir |
+ // - moves or copies (per |params.file_operation_type|) |params.source_path| |
+ // to |params.dest_path| in the cache dir |
// - if necessary, creates symlink |
// - deletes stale cached versions of |params.resource_id| in |
// |params.dest_path|'s directory. |