| Index: webkit/glue/resource_loader_bridge.h
|
| ===================================================================
|
| --- webkit/glue/resource_loader_bridge.h (revision 123758)
|
| +++ webkit/glue/resource_loader_bridge.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| @@ -195,6 +195,9 @@
|
| // Note: we cannot tell if a transparent proxy may have been involved.
|
| bool was_fetched_via_proxy;
|
|
|
| + // NPN protocol negotiated with the server.
|
| + std::string npn_negotiated_protocol;
|
| +
|
| // Remote address of the socket which fetched this resource.
|
| net::HostPortPair socket_address;
|
| };
|
|
|