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

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

Issue 68543002: drive: Support offline delete (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to drive/other and mark as deleted Created 7 years, 1 month 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.h
diff --git a/chrome/browser/chromeos/drive/file_system.h b/chrome/browser/chromeos/drive/file_system.h
index 89101b8a903e646db3052f060fa3399e4e283705..246f68b0b37c133a1b2c0bde1d5e520301573f5f 100644
--- a/chrome/browser/chromeos/drive/file_system.h
+++ b/chrome/browser/chromeos/drive/file_system.h
@@ -159,6 +159,7 @@ class FileSystem : public FileSystemInterface,
const base::FilePath& directory_path) OVERRIDE;
virtual void OnCacheFileUploadNeededByOperation(
const std::string& local_id) OVERRIDE;
+ virtual void OnEntryRemovedByOperation(const std::string& local_id) OVERRIDE;
// ChangeListLoader::Observer overrides.
// Used to propagate events from ChangeListLoader.

Powered by Google App Engine
This is Rietveld 408576698