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

Unified Diff: content/browser/ssl/ssl_error_handler.h

Issue 12035105: Move client certificates retrieval logic out of the SSL sockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Ryan's remarks Created 7 years, 10 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: content/browser/ssl/ssl_error_handler.h
diff --git a/content/browser/ssl/ssl_error_handler.h b/content/browser/ssl/ssl_error_handler.h
index 8fcfeae0129e3bf4a51f2eb9cd556a61562551e5..aa301ae7130ac1b0809672d40d0ba88a08ed849c 100644
--- a/content/browser/ssl/ssl_error_handler.h
+++ b/content/browser/ssl/ssl_error_handler.h
@@ -47,7 +47,7 @@ class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> {
// SSLManager::OnSSLCertificateError() and represents the request.
// Finally, CancelSSLRequest() or ContinueSSLRequest() will be called after
// SSLErrorHandler makes a decision on the SSL error.
- class Delegate {
+ class CONTENT_EXPORT Delegate {
Ryan Sleevi 2013/02/04 23:08:33 Why is this necessary? Shouldn't this be CONTENT_E
ppi 2013/02/05 17:05:30 This is a part of ancestor hierarchy for ResourceL
public:
// Called when SSLErrorHandler decides to cancel the request because of
// the SSL error.

Powered by Google App Engine
This is Rietveld 408576698