| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 3c5e1235396aae81e4b4c4bd1a8f719287f31855..7d02e758a11768c8245e9bf3ee09eb70ee56d052 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -402,7 +402,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| int render_process_id,
|
| int render_frame_id,
|
| net::SSLCertRequestInfo* cert_request_info,
|
| - const base::Callback<void(net::X509Certificate*)>& callback) {}
|
| + const base::Callback<void(net::X509Certificate*)>& callback);
|
|
|
| // Adds a new installable certificate or private key.
|
| // Typically used to install an X.509 user certificate.
|
|
|