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

Unified Diff: chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc

Issue 14093019: Linux/CrOS: In the MTPDeviceDelegate, use the right variable when handling 0-byte files. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 8 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: chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc
===================================================================
--- chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc (revision 194294)
+++ chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.cc (working copy)
@@ -404,7 +404,7 @@
if (file_info.size == 0) {
// Empty snapshot file.
return OnDidWriteDataIntoSnapshotFile(
- snapshot_file_info, snapshot_request_info->snapshot_file_path);
+ snapshot_file_info, current_snapshot_request_info_->snapshot_file_path);
Lei Zhang 2013/04/17 22:52:27 We just released |snapshot_request_info| 3 line up
}
WriteDataIntoSnapshotFile(snapshot_file_info);
}
« 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