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

Unified Diff: chrome/browser/chromeos/drive/file_system.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
« no previous file with comments | « chrome/browser/chromeos/drive/file_change_unittest.cc ('k') | chrome/browser/chromeos/drive/file_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/drive/file_system.h
diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
index 1655e5c816f9da9c30bcef11aa6162f1deb4bb7c..f16c7bf482d4396d1e45f009a069ef093a2207e6 100644
--- a/chrome/browser/chromeos/drive/file_system.h
+++ b/chrome/browser/chromeos/drive/file_system.h
@@ -163,16 +163,17 @@ class FileSystem : public FileSystemInterface,
OVERRIDE;
// file_system::OperationObserver overrides.
- virtual void OnDirectoryChangedByOperation(
- const base::FilePath& directory_path) OVERRIDE;
+ virtual void OnFileChangedByOperation(
+ const FileChange& changed_files) OVERRIDE;
virtual void OnEntryUpdatedByOperation(const std::string& local_id) OVERRIDE;
virtual void OnDriveSyncError(file_system::DriveSyncErrorType type,
const std::string& local_id) OVERRIDE;
// ChangeListLoader::Observer overrides.
// Used to propagate events from ChangeListLoader.
- virtual void OnDirectoryChanged(
+ virtual void OnDirectoryReloaded(
const base::FilePath& directory_path) OVERRIDE;
+ virtual void OnFileChanged(const FileChange& changed_files) OVERRIDE;
virtual void OnLoadFromServerComplete() OVERRIDE;
virtual void OnInitialLoadComplete() OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/drive/file_change_unittest.cc ('k') | chrome/browser/chromeos/drive/file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698