Index: chrome_frame/protocol_sink_wrap.h |
=================================================================== |
--- chrome_frame/protocol_sink_wrap.h (revision 180481) |
+++ chrome_frame/protocol_sink_wrap.h (working copy) |
@@ -40,8 +40,11 @@ |
IInternetProtocol* this_object, DWORD options); |
typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_UnlockRequest_Fn)( |
IInternetProtocol* this_object); |
+typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_Abort_Fn)( |
+ IInternetProtocol* this_object, HRESULT hr, DWORD options); |
+typedef HRESULT (STDMETHODCALLTYPE* InternetProtocol_Terminate_Fn)( |
+ IInternetProtocol* this_object, DWORD options); |
- |
class ProtData; |
// A class to wrap protocol sink in IInternetProtocol::Start[Ex] for |