| Index: chrome/browser/chromeos/drive/file_system.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system.cc b/chrome/browser/chromeos/drive/file_system.cc
|
| index 3665383d7290dd1fdeb6b8635e7ede6a08e25e78..1669177e75290a1de577c5886d4ddd36452f8ab2 100644
|
| --- a/chrome/browser/chromeos/drive/file_system.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system.cc
|
| @@ -827,6 +827,11 @@ void FileSystem::OnDriveSyncErrorAfterGetFilePath(
|
| OnDriveSyncError(type, *file_path));
|
| }
|
|
|
| +bool FileSystem::WaitForSyncComplete(const std::string& local_id,
|
| + const FileOperationCallback& callback) {
|
| + return sync_client_->WaitForUpdateTaskToComplete(local_id, callback);
|
| +}
|
| +
|
| void FileSystem::OnDirectoryReloaded(const base::FilePath& directory_path) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
|
|