Index: chrome_frame/protocol_sink_wrap.h |
=================================================================== |
--- chrome_frame/protocol_sink_wrap.h (revision 185958) |
+++ chrome_frame/protocol_sink_wrap.h (working copy) |
@@ -40,11 +40,8 @@ |
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 |