| Index: net/ssl/ssl_info.h | 
| diff --git a/net/ssl/ssl_info.h b/net/ssl/ssl_info.h | 
| index fea5e21b834555b6ded5865f31f894417d94ade2..29ea60703889086e0363e51870b14e0a6660803b 100644 | 
| --- a/net/ssl/ssl_info.h | 
| +++ b/net/ssl/ssl_info.h | 
| @@ -85,6 +85,11 @@ class NET_EXPORT SSLInfo { | 
| // List of SignedCertificateTimestamps and their corresponding validation | 
| // status. | 
| SignedCertificateTimestampAndStatusList signed_certificate_timestamps; | 
| + | 
| +  // The SSL certificate as received by the client. Can be different | 
| +  // from |cert|, which is the chain as built by the client during | 
| +  // validation. | 
| +  scoped_refptr<X509Certificate> served_cert; | 
| }; | 
|  | 
| }  // namespace net | 
|  |