summaryrefslogtreecommitdiffstats
path: root/chrome_frame/http_negotiate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/http_negotiate.h')
-rw-r--r--chrome_frame/http_negotiate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome_frame/http_negotiate.h b/chrome_frame/http_negotiate.h
index 6a4848b..43ac405 100644
--- a/chrome_frame/http_negotiate.h
+++ b/chrome_frame/http_negotiate.h
@@ -49,10 +49,6 @@ class HttpNegotiatePatch {
static STDMETHODIMP BeginningTransaction(
IHttpNegotiate_BeginningTransaction_Fn original, IHttpNegotiate* me,
LPCWSTR url, LPCWSTR headers, DWORD reserved, LPWSTR* additional_headers);
- static STDMETHODIMP OnResponse(
- IHttpNegotiate_OnResponse_Fn original, IHttpNegotiate* me,
- DWORD response_code, LPCWSTR response_header, LPCWSTR request_header,
- LPWSTR* additional_request_headers);
// IBindStatusCallback patch methods
static STDMETHODIMP StartBinding(IBindStatusCallback_StartBinding_Fn original,