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 7ac5e087cab8c852606cbf0ce6d9be0ef56eb750..54547273befa395565a4b9a346dc68a402847144 100644 |
--- a/chrome/browser/chromeos/drive/drive_file_system.cc |
+++ b/chrome/browser/chromeos/drive/drive_file_system.cc |
@@ -1560,6 +1560,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), |