| 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 b0084d3714ff97135359bcae68d831c232cb7a6c..d5a360aff9455ac6f9353602a2e65fc9004de8d3 100644
|
| --- a/content/browser/ssl/ssl_error_handler.h
|
| +++ b/content/browser/ssl/ssl_error_handler.h
|
| @@ -12,6 +12,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "content/browser/renderer_host/global_request_id.h"
|
| #include "content/browser/ssl/ssl_manager.h"
|
| +#include "content/common/content_export.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "webkit/glue/resource_type.h"
|
|
|
| @@ -55,7 +56,7 @@ class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> {
|
|
|
| // Cancels the associated net::URLRequest.
|
| // This method can be called from OnDispatchFailed and OnDispatched.
|
| - void CancelRequest();
|
| + CONTENT_EXPORT void CancelRequest();
|
|
|
| // Continue the net::URLRequest ignoring any previous errors. Note that some
|
| // errors cannot be ignored, in which case this will result in the request
|
|
|