| Index: headless/test/test_protocol_handler.cc
|
| diff --git a/headless/test/test_protocol_handler.cc b/headless/test/test_protocol_handler.cc
|
| index 4752f91b3417e6c075d3227f3f11ab2798b8cb37..4e6d6bfba75f24544debbb1f45fdd7e5453a527e 100644
|
| --- a/headless/test/test_protocol_handler.cc
|
| +++ b/headless/test/test_protocol_handler.cc
|
| @@ -14,6 +14,7 @@ TestProtocolHandler::TestProtocolHandler(const std::string& body)
|
| net::URLRequestJob* TestProtocolHandler::MaybeCreateJob(
|
| net::URLRequest* request,
|
| net::NetworkDelegate* network_delegate) const {
|
| + last_http_request_headers_ = request->extra_request_headers();
|
| return new TestURLRequestJob(request, network_delegate, body_);
|
| }
|
|
|
|
|