Index: chrome/browser/chromeos/drive/drive_file_system.cc |
diff --git a/chrome/browser/chromeos/drive/drive_file_system.cc b/chrome/browser/chromeos/drive/drive_file_system.cc |
index f72665b83ba7246c091d0fdb661e344e05692999..18cbe3ca6b615357f87a326324c8a3f172236bed 100644 |
--- a/chrome/browser/chromeos/drive/drive_file_system.cc |
+++ b/chrome/browser/chromeos/drive/drive_file_system.cc |
@@ -1116,6 +1116,7 @@ void DriveFileSystem::StartDownloadFileIfEnoughSpace( |
params.virtual_file_path, |
params.local_tmp_path, |
content_url, |
+ std::string(), // ETag |
base::Bind(&DriveFileSystem::OnFileDownloaded, |
ui_weak_ptr_, |
params), |