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

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: +comment 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 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),

Powered by Google App Engine
This is Rietveld 408576698