Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Unified Diff: net/http/http_network_transaction.h

Issue 131086: Implement the backend of SSL client authentication for... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698