| 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 f16c7bf482d4396d1e45f009a069ef093a2207e6..b4e14d63868f7523078da1cc40cf9085fefca256 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.h
|
| +++ b/chrome/browser/chromeos/drive/file_system.h
|
| @@ -168,6 +168,9 @@ class FileSystem : public FileSystemInterface,
|
| virtual void OnEntryUpdatedByOperation(const std::string& local_id) OVERRIDE;
|
| virtual void OnDriveSyncError(file_system::DriveSyncErrorType type,
|
| const std::string& local_id) OVERRIDE;
|
| + virtual bool WaitForSyncComplete(
|
| + const std::string& local_id,
|
| + const FileOperationCallback& callback) OVERRIDE;
|
|
|
| // ChangeListLoader::Observer overrides.
|
| // Used to propagate events from ChangeListLoader.
|
|
|