| 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 d0be07f4eee5729d54b5bfef6feddcf5f1bbad19..5b4a92c8300d54ea1d561fad8dccf1a797dacdf3 100644
|
| --- a/third_party/WebKit/public/platform/WebURLResponse.h
|
| +++ b/third_party/WebKit/public/platform/WebURLResponse.h
|
| @@ -281,6 +281,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);
|
|
|