Merge MediaTransferProtocolManager to MtpDeviceManager.
This CL changes MtpDeviceManager from forwarding to MediaTransferProtocolManagerImpl to directly having the implementations of the latter in the methods that previously forwarded. As MediaTransferProtocolManagerImpl was previously an implementation detail hidden in media_transfer_protocol_manager.cc, the relevant parts of the MediaTransferProtocolManagerImpl declaration are moved from that cc file to mtp_device_manager.h, while the relevant parts of the impl are inlined into the corresponding MtpDeviceManager method implementations in mtp_device_manager.cc. BUG=769630 Change-Id: Ia3ce06a69b8b4574b666711c2d8811d71101f579 Reviewed-on: https://chromium-review.googlesource.com/1096656 Commit-Queue: Donna Wu <donna.wu@intel.com> Reviewed-by:Colin Blundell <blundell@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#569515}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment