Chromium Code Reviews| 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. |