| Index: chrome/browser/chromeos/drive/file_system/operation_observer.h
|
| diff --git a/chrome/browser/chromeos/drive/file_system/operation_observer.h b/chrome/browser/chromeos/drive/file_system/operation_observer.h
|
| index 8561406f71a694d8319f54d1933c8a632aee6971..68b8303f94481f0618503a4ee85f888d9180807e 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/operation_observer.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/operation_observer.h
|
| @@ -24,6 +24,9 @@ class OperationObserver {
|
| // Sent when a cache file is modified and upload is needed.
|
| virtual void OnCacheFileUploadNeededByOperation(
|
| const std::string& local_id) = 0;
|
| +
|
| + // Sent when metadata entry is removed and sync is needed.
|
| + virtual void OnEntryRemovedByOperation(const std::string& local_id) {}
|
| };
|
|
|
| } // namespace file_system
|
|
|