| 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 e5f40c49df315be90985403a2285daf5c5517490..3ee2d6304ee4f59bb0a3faa120a083ddc704957f 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -395,7 +395,8 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| CertificateRequestResultType* result) {}
|
|
|
| // Selects a SSL client certificate and returns it to the |callback|. If no
|
| - // certificate was selected nullptr is returned to the |callback|.
|
| + // certificate was selected nullptr is returned to the |callback|. Note:
|
| + // |callback| may be called synchronously or asynchronously.
|
| virtual void SelectClientCertificate(
|
| int render_process_id,
|
| int render_frame_id,
|
|
|