Molybden API
|
The BrowserDelegates::onSavePassword action. More...
#include <browser_delegates.hpp>
Public Member Functions | |
SavePasswordAction (std::unique_ptr< rpc::internal::Callback > callback) | |
void | save () |
Save the password credentials in the password store. | |
void | neverSave () |
Associate the password credentials with the current web page and remember it as "never-saved". | |
void | cancel () |
Cancel the save password credentials request. | |
void | prompt () |
Display the native prompt dialog where the end user can decide whether the password credentials should be saved in the password store and auto-filled in the future on this web page. | |
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::onSavePassword action.
void molybden::SavePasswordAction::neverSave | ( | ) |
Associate the password credentials with the current web page and remember it as "never-saved".
Do not ask whether to save the password credentials on this web page in the future.