Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8351)

Unified Diff: chrome/browser/chromeos/drive/file_system/copy_operation.h

Issue 343073003: Files.app: Provide detailed change information on onDirectoryChanged event (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/drive/file_system/copy_operation.h
diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.h b/chrome/browser/chromeos/drive/file_system/copy_operation.h
index 869d79d7a96027be863eb94bcc3556c80fa25c49..e0c238594d621b85e5a5e1dc5cb5c9ee03f6a0c3 100644
--- a/chrome/browser/chromeos/drive/file_system/copy_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h
@@ -121,10 +121,10 @@ class CopyOperation {
// Part of CopyResourceOnServer and TransferFileFromLocalToRemote.
// Called after local state update is done.
- void UpdateAfterLocalStateUpdate(
- const FileOperationCallback& callback,
- base::FilePath* file_path,
- FileError error);
+ void UpdateAfterLocalStateUpdate(const FileOperationCallback& callback,
+ base::FilePath* file_path,
+ const ResourceEntry* entry,
+ FileError error);
// Creates an empty file on the server at |remote_dest_path| to ensure
// the location, stores a file at |local_file_path| in cache and marks it
@@ -145,6 +145,7 @@ class CopyOperation {
void ScheduleTransferRegularFileAfterUpdateLocalState(
const FileOperationCallback& callback,
const base::FilePath& remote_dest_path,
+ const ResourceEntry* entry,
std::string* local_id,
FileError error);
« no previous file with comments | « chrome/browser/chromeos/drive/file_system.cc ('k') | chrome/browser/chromeos/drive/file_system/copy_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698