| Index: content/shell/browser/shell_content_browser_client.h | 
| diff --git a/content/shell/browser/shell_content_browser_client.h b/content/shell/browser/shell_content_browser_client.h | 
| index 4a96c58232c9425ae2eb7a05a04146773ca2c35e..f254b1641f985c30eee40ce26ce5f91ba5ec371a 100644 | 
| --- a/content/shell/browser/shell_content_browser_client.h | 
| +++ b/content/shell/browser/shell_content_browser_client.h | 
| @@ -54,6 +54,7 @@ class ShellContentBrowserClient : public ContentBrowserClient { | 
| void SelectClientCertificate( | 
| WebContents* web_contents, | 
| net::SSLCertRequestInfo* cert_request_info, | 
| +      net::CertificateList client_certs, | 
| std::unique_ptr<ClientCertificateDelegate> delegate) override; | 
| SpeechRecognitionManagerDelegate* CreateSpeechRecognitionManagerDelegate() | 
| override; | 
|  |