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

Unified Diff: chrome/browser/chromeos/drive/file_system/touch_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/touch_operation.h
diff --git a/chrome/browser/chromeos/drive/file_system/touch_operation.h b/chrome/browser/chromeos/drive/file_system/touch_operation.h
index 7a1cb3183f956de2068c6e91d8c31741ca953f68..7a5151585148d0773466020cbba9a49ad66cd72a 100644
--- a/chrome/browser/chromeos/drive/file_system/touch_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/touch_operation.h
@@ -52,6 +52,7 @@ class TouchOperation {
// Part of TouchFile(). Runs after updating the local state.
void TouchFileAfterUpdateLocalState(const base::FilePath& file_path,
const FileOperationCallback& callback,
+ const ResourceEntry* entry,
const std::string* local_id,
FileError error);

Powered by Google App Engine
This is Rietveld 408576698