| Index: third_party/WebKit/public/platform/WebURLResponse.h
|
| diff --git a/third_party/WebKit/public/platform/WebURLResponse.h b/third_party/WebKit/public/platform/WebURLResponse.h
|
| index c2697429b24cc44ebae474a75a3da033fd5dbfb3..bc470b22b063825229a47c8d2c8f6a80b4690526 100644
|
| --- a/third_party/WebKit/public/platform/WebURLResponse.h
|
| +++ b/third_party/WebKit/public/platform/WebURLResponse.h
|
| @@ -265,6 +265,14 @@ class WebURLResponse {
|
| BLINK_PLATFORM_EXPORT WebString remoteIPAddress() const;
|
| BLINK_PLATFORM_EXPORT void setRemoteIPAddress(const WebString&);
|
|
|
| + // ALPN negotiated protocol of the socket which fetched this resource.
|
| + BLINK_PLATFORM_EXPORT WebString alpnNegotiatedProtocol() const;
|
| + BLINK_PLATFORM_EXPORT void setALPNNegotiatedProtocol(const WebString&);
|
| +
|
| + // Information about the type of connection used to fetch this resource.
|
| + BLINK_PLATFORM_EXPORT WebString connectionInfo() const;
|
| + BLINK_PLATFORM_EXPORT void setConnectionInfo(const WebString&);
|
| +
|
| // Remote port number of the socket which fetched this resource.
|
| BLINK_PLATFORM_EXPORT unsigned short remotePort() const;
|
| BLINK_PLATFORM_EXPORT void setRemotePort(unsigned short);
|
|
|