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

Unified Diff: chromeos/dbus/media_transfer_protocol_daemon_client.cc

Issue 10873076: Added break statement in MediaTransferProtocolDaemonClient::FileEntry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: chromeos/dbus/media_transfer_protocol_daemon_client.cc
diff --git a/chromeos/dbus/media_transfer_protocol_daemon_client.cc b/chromeos/dbus/media_transfer_protocol_daemon_client.cc
index 2e4b9d87151388df3fa009d40c1af722bd329e86..70b081ce063f466bf67f314d270111c95964ca6c 100644
--- a/chromeos/dbus/media_transfer_protocol_daemon_client.cc
+++ b/chromeos/dbus/media_transfer_protocol_daemon_client.cc
@@ -545,6 +545,7 @@ void FileEntry::InitializeFromResponse(dbus::Response* response) {
case FILE_TYPE_JPX:
case FILE_TYPE_UNKNOWN:
file_type_ = static_cast<FileType>(file_type);
+ break;
default:
file_type_ = FILE_TYPE_OTHER;
break;
« 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