Chromium Code Reviews| Index: chrome_frame/urlmon_url_request.h |
| =================================================================== |
| --- chrome_frame/urlmon_url_request.h (revision 32964) |
| +++ chrome_frame/urlmon_url_request.h (working copy) |
| @@ -61,6 +61,8 @@ |
| virtual void Stop(); |
| virtual bool Read(int bytes_to_read); |
| + void TransferToHost(IUnknown* host); |
| + |
| // IBindStatusCallback implementation |
| STDMETHOD(OnStartBinding)(DWORD reserved, IBinding* binding); |
| STDMETHOD(GetPriority)(LONG* priority); |