| Index: webkit/glue/weburlloader_impl.cc
|
| ===================================================================
|
| --- webkit/glue/weburlloader_impl.cc (revision 119306)
|
| +++ webkit/glue/weburlloader_impl.cc (working copy)
|
| @@ -160,6 +160,7 @@
|
| info.response_time < info.load_timing.base_time);
|
| response->setWasFetchedViaSPDY(info.was_fetched_via_spdy);
|
| response->setWasNpnNegotiated(info.was_npn_negotiated);
|
| + response->setNpnNegotiatedProtocol(info.npn_negotiated_protocol);
|
| response->setWasAlternateProtocolAvailable(
|
| info.was_alternate_protocol_available);
|
| response->setWasFetchedViaProxy(info.was_fetched_via_proxy);
|
|
|