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

Unified Diff: chrome/browser/chromeos/drive/sync/entry_revert_performer.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/sync/entry_revert_performer.h
diff --git a/chrome/browser/chromeos/drive/sync/entry_revert_performer.h b/chrome/browser/chromeos/drive/sync/entry_revert_performer.h
index b4906e6ce9ec6faa2b9855108b871c624bf76cd5..2e8890258d99904b028d1f9fbd4d339fc9bdc988 100644
--- a/chrome/browser/chromeos/drive/sync/entry_revert_performer.h
+++ b/chrome/browser/chromeos/drive/sync/entry_revert_performer.h
@@ -24,6 +24,7 @@ class FileResource;
namespace drive {
+class FileChange;
class JobScheduler;
class ResourceEntry;
struct ClientContext;
@@ -68,10 +69,9 @@ class EntryRevertPerformer {
scoped_ptr<google_apis::FileResource> entry);
// Part of RevertEntry(). Called after local metadata is updated.
- void RevertEntryAfterFinishRevert(
- const FileOperationCallback& callback,
- const std::set<base::FilePath>* changed_directories,
- FileError error);
+ void RevertEntryAfterFinishRevert(const FileOperationCallback& callback,
+ const FileChange* changed_files,
+ FileError error);
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_;
file_system::OperationObserver* observer_;
« no previous file with comments | « chrome/browser/chromeos/drive/file_system_unittest.cc ('k') | chrome/browser/chromeos/drive/sync/entry_revert_performer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698