Commit cbede6d0 authored by tommycli@chromium.org's avatar tommycli@chromium.org

MTP Streaming: Switch streaming impl for Linux/ChromeOS on.

BUG=110119

Review URL: https://codereview.chromium.org/187663004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255508 0039d316-1c4b-4281-b951-d872f2087c98
parent 5c58f22f
...@@ -283,7 +283,7 @@ void MTPDeviceDelegateImplLinux::CreateSnapshotFile( ...@@ -283,7 +283,7 @@ void MTPDeviceDelegateImplLinux::CreateSnapshotFile(
} }
bool MTPDeviceDelegateImplLinux::IsStreaming() { bool MTPDeviceDelegateImplLinux::IsStreaming() {
return false; return true;
} }
void MTPDeviceDelegateImplLinux::ReadBytes( void MTPDeviceDelegateImplLinux::ReadBytes(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment