Index: chrome/browser/chromeos/drive/drive_uploader.h |
diff --git a/chrome/browser/chromeos/drive/drive_uploader.h b/chrome/browser/chromeos/drive/drive_uploader.h |
index 406e3086c8770741f8e542e97a1d5b690a7c71fd..e4d09861886f91e655f51d3b70947a98480f6d42 100644 |
--- a/chrome/browser/chromeos/drive/drive_uploader.h |
+++ b/chrome/browser/chromeos/drive/drive_uploader.h |
@@ -159,6 +159,9 @@ class DriveUploader : public DriveUploaderInterface { |
// InitiateUpload. Used for the subsequent ResumeUpload requests. |
GURL upload_location; |
+ // ETag to match to the destination file. Leave this empty if not needed. |
kochi
2012/10/16 05:04:58
nit: "match the destination file"
tzik
2012/10/16 05:48:05
Done.
|
+ std::string etag; |
+ |
// Final path in gdata. Looks like /special/drive/MyFolder/MyFile. |
FilePath drive_path; |