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

Unified Diff: trunk/src/chrome/browser/sync_file_system/drive_backend/api_util.cc

Issue 23534028: Revert 219983 "Work-around fix for SyncFS file upload" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/sync_file_system/drive_backend/api_util.cc
===================================================================
--- trunk/src/chrome/browser/sync_file_system/drive_backend/api_util.cc (revision 220498)
+++ trunk/src/chrome/browser/sync_file_system/drive_backend/api_util.cc (working copy)
@@ -909,8 +909,7 @@
entry->resource_id(),
local_file_path,
mime_type,
- // Don't use etag for uploading for now. http://crbug.com/278201
- std::string(), // entry->etag(),
+ entry->etag(),
base::Bind(&UploadResultAdapter, did_upload_callback),
google_apis::ProgressCallback());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698