|
Molybden
|
The BrowserDelegates::onCertError action. More...
#include <browser_delegates.hpp>
Public Member Functions | |
| CertErrorAction (std::unique_ptr< rpc::internal::Callback > callback) | |
| void | ignore () |
| Ignore the certificate error and load the requested resource. | |
| void | showErrorPage () |
| Display the error page with the certificate error details. | |
Public Member Functions inherited from molybden::Action | |
| Action (std::unique_ptr< rpc::internal::Callback > callback) | |
Additional Inherited Members | |
Protected Attributes inherited from molybden::Action | |
| std::unique_ptr< rpc::internal::Callback > | callback_ |
The BrowserDelegates::onCertError action.