| Index: plugin/npapi_host_control/win/stream_operation.h
|
| ===================================================================
|
| --- plugin/npapi_host_control/win/stream_operation.h (revision 20337)
|
| +++ plugin/npapi_host_control/win/stream_operation.h (working copy)
|
| @@ -122,10 +122,9 @@
|
| return notify_data_;
|
| }
|
|
|
| - // Call to request that the streaming operation terminate early. After this
|
| - // has been called, no further data notifications will take place. The next,
|
| - // and last notification will be through
|
| - // IBindStatusCallback::OnStopBinding(...).
|
| + // Call to request that the streaming operation terminate early. As soon as
|
| + // the streaming thread sees the request has been cancelled, it aborts its
|
| + // binding.
|
| HRESULT RequestCancellation();
|
|
|
| BEGIN_COM_MAP(StreamOperation)
|
|
|