| Index: webkit/glue/resource_loader_bridge.h
|
| ===================================================================
|
| --- webkit/glue/resource_loader_bridge.h (revision 119306)
|
| +++ webkit/glue/resource_loader_bridge.h (working copy)
|
| @@ -186,6 +186,9 @@
|
| // True if the response was delivered after NPN is negotiated.
|
| bool was_npn_negotiated;
|
|
|
| + // Protocol negotiated with server.
|
| + std::string npn_negotiated_protocol;
|
| +
|
| // True if response could use alternate protocol. However, browser will
|
| // ignore the alternate protocol when spdy is not enabled on browser side.
|
| bool was_alternate_protocol_available;
|
|
|