Flip: Fix cancellation code path.
The current fix is suboptimal, since we're doing unnecessary work in the FlipStream (still handling reads and writes for a cancelled stream), but just don't ever hand the data over to a user since they've already cancelled the stream.  We should fix this, but don't bother for now.  Not calling any user_callback_ is good enough for now.

Review URL: http://codereview.chromium.org/439002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32881 0039d316-1c4b-4281-b951-d872f2087c98
1 file changed