Fix ChunkDemuxer seek and init callback dispatch.
This patch ensures that seek and init callbacks are always dispatched from the message loop that initiated the Seek() or Initialize() operation. This prevents reentrancy problems and allows the code to jump through less locking hoops. TESTS=All existing unittests and LayoutTests still pass. Review URL: https://chromiumcodereview.appspot.com/17261029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207767 0039d316-1c4b-4281-b951-d872f2087c98
Showing
This diff is collapsed.
Please register or sign in to comment