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

Unified Diff: chrome/browser/chromeos/drive/file_system/remove_operation.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/file_system/remove_operation.cc
diff --git a/chrome/browser/chromeos/drive/file_system/remove_operation.cc b/chrome/browser/chromeos/drive/file_system/remove_operation.cc
index f6ce200e32dfdadc3816aa674ad6852d8864029c..48194494d4f816b74f24262617ad693835990e8a 100644
--- a/chrome/browser/chromeos/drive/file_system/remove_operation.cc
+++ b/chrome/browser/chromeos/drive/file_system/remove_operation.cc
@@ -65,6 +65,7 @@ void RemoveOperation::RemoveAfterGetEntryInfo(
drive_service_->DeleteDocument(
GURL(entry_proto->edit_url()),
+ std::string(),
kochi 2012/10/16 05:04:58 Could you add a comment // ETag at the end of line
tzik 2012/10/16 05:48:05 Done.
base::Bind(&RemoveOperation::RemoveResourceLocally,
weak_ptr_factory_.GetWeakPtr(),
callback,

Powered by Google App Engine
This is Rietveld 408576698