| Index: net/http/http_network_transaction.h
|
| ===================================================================
|
| --- net/http/http_network_transaction.h (revision 18735)
|
| +++ net/http/http_network_transaction.h (working copy)
|
| @@ -163,7 +163,7 @@
|
| int HandleCertificateError(int error);
|
|
|
| // Called to handle a client certificate request.
|
| - void HandleCertificateRequest();
|
| + int HandleCertificateRequest(int error);
|
|
|
| // Called to possibly recover from an SSL handshake error. Sets next_state_
|
| // and returns OK if recovering from the error. Otherwise, the same error
|
|
|