Chromium Code Reviews| 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 cafc47d458e10c9b1c8c63af678fbad4cc8c3c38..34a37e64245ded6dc13b457f084c960dc940c2d3 100644 |
| --- a/chrome/browser/chromeos/drive/drive_file_system.cc |
| +++ b/chrome/browser/chromeos/drive/drive_file_system.cc |
| @@ -1559,6 +1559,7 @@ void DriveFileSystem::StartDownloadFileIfEnoughSpace( |
| params.virtual_file_path, |
| params.local_tmp_path, |
| content_url, |
| + std::string(), |
|
kochi
2012/10/16 05:04:58
Can you add a comment // ETag
at the end of the li
tzik
2012/10/16 05:48:05
Done.
|
| base::Bind(&DriveFileSystem::OnFileDownloaded, |
| ui_weak_ptr_, |
| params), |