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 17a88b78514eb1ac498b318bf8917bedea0a89b2..676bb2c20a7f5598db0e7e200fc524c14000943b 100644 |
--- a/content/public/browser/content_browser_client.h |
+++ b/content/public/browser/content_browser_client.h |
@@ -399,7 +399,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. |