| 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 3a64468b936169ac8efcda7da8d12b2f79a6b74f..bad8df6c83f5f828dc0d955f84d1839e00a0b1cd 100644
|
| --- a/third_party/WebKit/public/platform/WebURLResponse.h
|
| +++ b/third_party/WebKit/public/platform/WebURLResponse.h
|
| @@ -151,7 +151,7 @@ public:
|
| BLINK_PLATFORM_EXPORT SecurityStyle securityStyle() const;
|
| BLINK_PLATFORM_EXPORT void setSecurityStyle(SecurityStyle);
|
|
|
| - BLINK_PLATFORM_EXPORT void setSecurityDetails(const WebString& protocol, const WebString& keyExchange, const WebString& cipher, const WebString& mac, int certId);
|
| + BLINK_PLATFORM_EXPORT void setSecurityDetails(const WebString& protocol, const WebString& keyExchange, const WebString& cipher, const WebString& mac, int certId, bool certIsValidEV, int numUnknownScts, int numInvalidScts, int numValidScts);
|
|
|
| #if INSIDE_BLINK
|
| BLINK_PLATFORM_EXPORT ResourceResponse& toMutableResourceResponse();
|
|
|