| Index: chrome_frame/http_negotiate.cc
|
| ===================================================================
|
| --- chrome_frame/http_negotiate.cc (revision 36629)
|
| +++ chrome_frame/http_negotiate.cc (working copy)
|
| @@ -199,6 +199,8 @@
|
| HRESULT HttpNegotiatePatch::OnResponse(IHttpNegotiate_OnResponse_Fn original,
|
| IHttpNegotiate* me, DWORD response_code, LPCWSTR response_header,
|
| LPCWSTR request_header, LPWSTR* additional_request_headers) {
|
| + DLOG(INFO) << __FUNCTION__ << " headers: " << std::endl << response_header;
|
| +
|
| HRESULT hr = original(me, response_code, response_header, request_header,
|
| additional_request_headers);
|
| return hr;
|
|
|