Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: chrome/browser/chromeos/drive/drive_file_system.cc

Issue 11143014: Add request header on gdata operation for testing ETag match. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix & test fix Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698